#CACCCD

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

Shades of Iron #CACCCD

Tints of Iron #CACCCD

Color information

#CACCCD (or 0xCACCCD) is unknown color: approx Iron. HEX triplet: CA, CC and CD. RGB value is (202,204,205). Sum of RGB (Red+Green+Blue) = 202+204+205=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 205 - color contains mainly: blue. Hex color #CACCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCCD is #353332. Grayscale: #CBCBCB. Windows color (decimal): -3486515 or 13487306. OLE color: 13487306.

HSL color Cylindrical-coordinate representation of color #CACCCD: hue angle of 200º degrees, saturation: 0.03, 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 #CACCCD is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202204205-
CMYK0.010.0000.20
HSL200º2.91%79.8%-
HSV(B)200º1.46%80.39%-
XYZ56.9760.1566.37-
YUV203.52128.84126.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.06%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 205 (80.47% from 255) = 33.55%
R=33.06%
G=33.39%
B=33.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022042050.010.0000.202002.9179.8
HexCACCCD10014c8350
Octal312314315100243103120
Binary1100101011001100110011011001010011001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCCD; }

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

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

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

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

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

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

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

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