Html Css Color HEX #CACCCF Link Water

📋 copy color: '#CACCCF'

red 202 ◦ green 204 ◦ blue 207

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

Shades of Link Water #CACCCF

Tints of Link Water #CACCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.77%

R = 32.95%
G = 33.28%
B = 33.77%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CACCCF (or 0xCACCCF) is known color: Link Water. HEX triplet: CA, CC and CF. RGB value is (202,204,207). Sum of RGB (Red+Green+Blue) = 202+204+207=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 207 - color contains mainly: blue. Hex color #CACCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCCF is #353330. Grayscale: #CBCBCB. Windows color (decimal): -3486513 or 13618378. OLE color: 13618378.

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

Color convert

RGB 202 204 207 -
CMYK 0.02 0.01 0 0.19
HSL 216º 0.05% 0.8% -
HSV(B) 216º 0.02% 0.81% -
XYZ 57.21 60.25 67.64 -
YUV 203.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 202 204 207 0.02 0.01 0 0.19 216 0.05 0.8
Hex CA CC CF 2 1 0 13 D8 5 50
Octal 312 314 317 2 1 0 23 330 5 120
Binary 11001010 11001100 11001111 10 1 0 10011 11011000 101 1010000

Color Harmonies of #CACCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCCF

Black with #CACCCF

Text Example


Text Example

White with #CACCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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