Html Css Color HEX #CCCABB Chrome White

📋 copy color: '#CCCABB'

red 204 ◦ green 202 ◦ blue 187

#CCCABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chrome White #CCCABB

Tints of Chrome White #CCCABB

RGB

 RED value IS 204 (80.08% from 255) = 34.4%

 GREEN value IS 202 (79.3% from 255) = 34.06%

 BLUE value IS 187 (73.44% from 255) = 31.53%

R = 34.4%
G = 34.06%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCCABB (or 0xCCCABB) is known color: Chrome White. HEX triplet: CC, CA and BB. RGB value is (204,202,187). Sum of RGB (Red+Green+Blue) = 204+202+187=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCABB is #333544. Grayscale: #C8C8C8. Windows color (decimal): -3355973 or 12307148. OLE color: 12307148.

HSL color Cylindrical-coordinate representation of color #CCCABB: hue angle of 52.94º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCCABB is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 202 187 -
CMYK 0 0.01 0.08 0.2
HSL 52.94º 0.14% 0.77% -
HSV(B) 52.94º 0.08% 0.8% -
XYZ 54.99 58.67 55.44 -
YUV 200.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 204 202 187 0 0.01 0.08 0.2 52.94 0.14 0.77
Hex CC CA BB 0 1 8 14 35 E 4D
Octal 314 312 273 0 1 10 24 65 16 115
Binary 11001100 11001010 10111011 0 1 1000 10100 110101 1110 1001101

Color Harmonies of #CCCABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCABB

Black with #CCCABB

Text Example


Text Example

White with #CCCABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCABB; }

 p { color: rgb(204,202,187); }

 H1.HeaderClassName
 {
   color: #CCCABB;
 }
 .AnyTagClassName
 {
   color: #CCCABB;
 }
</style>

background-color css

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

 a { background-color: rgb(204,202,187); }

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

border-color css

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

 span { border-color: rgb(204,202,187); }

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