#CABCC8

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

Shades of Maverick #CABCC8

Tints of Maverick #CABCC8

Color information

#CABCC8 (or 0xCABCC8) is unknown color: approx Maverick. HEX triplet: CA, BC and C8. RGB value is (202,188,200). Sum of RGB (Red+Green+Blue) = 202+188+200=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCC8 is #354337. Grayscale: #C1C1C1. Windows color (decimal): -3490616 or 13155530. OLE color: 13155530.

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

Color convert

RGB202188200-
CMYK00.070.010.21
HSL308.57º11.67%76.47%-
HSV(B)308.57º6.93%79.22%-
XYZ52.7752.6962.03-
YUV193.55131.64134.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 200 (78.52% from 255) = 33.90%
R=34.24%
G=31.86%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218820000.070.010.21308.5711.6776.47
HexCABCC807115135c4c
Octal3122743100712546514114
Binary110010101011110011001000011111010110011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCC8; }

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

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

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

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

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

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

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

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