#CABEC8

Color #CABEC8 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #CABEC8

Tints of Maverick #CABEC8

Color information

#CABEC8 (or 0xCABEC8) is unknown color: approx Maverick. HEX triplet: CA, BE and C8. RGB value is (202,190,200). Sum of RGB (Red+Green+Blue) = 202+190+200=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEC8 is #354137. Grayscale: #C2C2C2. Windows color (decimal): -3490104 or 13156042. OLE color: 13156042.

HSL color Cylindrical-coordinate representation of color #CABEC8: hue angle of 310º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABEC8 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB202190200-
CMYK00.060.010.21
HSL310º10.17%76.86%-
HSV(B)310º5.94%79.22%-
XYZ53.253.5562.18-
YUV194.73130.98133.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 200 (78.52% from 255) = 33.78%
R=34.12%
G=32.09%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219020000.060.010.2131010.1776.86
HexCABEC806115136a4d
Octal3122763100612546612115
Binary110010101011111011001000011011010110011011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEC8; }

 p { color: rgb(202,190,200); }

 H1.HeaderClassName
 {
   color: #CABEC8;
 }
 .AnyTagClassName
 {
   color: #CABEC8;
 }
</style>
background-color css

<style>
 a { background-color: #CABEC8; }

 a { background-color: rgb(202,190,200); }

 div.DivClassName
 {
   background-color: #CABEC8;
 }
 .BgClassName
 {
   background-color: #CABEC8;
 }
</style>
border-color css

<style>
 span { border-color: #CABEC8; }

 span { border-color: rgb(202,190,200); }

 td.TdClassName
 {
   border-color: #CABEC8;
 }
 .TagClassName
 {
   border-color: #CABEC8;
 }
</style>