Html Css Color HEX #CACCCA Paris White

📋 copy color: '#CACCCA'

red 202 ◦ green 204 ◦ blue 202

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

Shades of Paris White #CACCCA

Tints of Paris White #CACCCA

RGB

 RED value IS 202 (79.3% from 255) = 33.22%

 GREEN value IS 204 (80.08% from 255) = 33.55%

 BLUE value IS 202 (79.3% from 255) = 33.22%

R = 33.22%
G = 33.55%
B = 33.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CACCCA (or 0xCACCCA) is known color: Paris White. HEX triplet: CA, CC and CA. RGB value is (202,204,202). Sum of RGB (Red+Green+Blue) = 202+204+202=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCCA is #353335. Grayscale: #CBCBCB. Windows color (decimal): -3486518 or 13290698. OLE color: 13290698.

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

Color convert

RGB 202 204 202 -
CMYK 0.01 0 0.01 0.2
HSL 120º 0.02% 0.8% -
HSV(B) 120º 0.01% 0.8% -
XYZ 56.61 60.01 64.48 -
YUV 203.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 202 204 202 0.01 0 0.01 0.2 120 0.02 0.8
Hex CA CC CA 1 0 1 14 78 2 50
Octal 312 314 312 1 0 1 24 170 2 120
Binary 11001010 11001100 11001010 1 0 1 10100 1111000 10 1010000

Color Harmonies of #CACCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCCA

Black with #CACCCA

Text Example


Text Example

White with #CACCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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