#CACBCA

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

Shades of Paris White #CACBCA

Tints of Paris White #CACBCA

Color information

#CACBCA (or 0xCACBCA) is unknown color: approx Paris White. HEX triplet: CA, CB and CA. RGB value is (202,203,202). Sum of RGB (Red+Green+Blue) = 202+203+202=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBCA is #353435. Grayscale: #CACACA. Windows color (decimal): -3486774 or 13290442. OLE color: 13290442.

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

Color convert

RGB202203202-
CMYK0.0000.000.20
HSL120º0.95%79.41%-
HSV(B)120º0.49%79.61%-
XYZ56.3759.5364.4-
YUV202.59127.67127.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=33.28%
G=33.44%
B=33.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022032020.0000.000.201200.9579.41
HexCACBCA000147814f
Octal312313312000241701117
Binary11001010110010111100101000010100111100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBCA; }

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

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

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

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

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

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

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

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