Html Css Color HEX #C3CCCD Iron

📋 copy color: '#C3CCCD'

red 195 ◦ green 204 ◦ blue 205

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

Shades of Iron #C3CCCD

Tints of Iron #C3CCCD

RGB

 RED value IS 195 (76.56% from 255) = 32.28%

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

 BLUE value IS 205 (80.47% from 255) = 33.94%

R = 32.28%
G = 33.77%
B = 33.94%

CMYK

 C value IS 0.05

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C3CCCD (or 0xC3CCCD) is known color: Iron. HEX triplet: C3, CC and CD. RGB value is (195,204,205). Sum of RGB (Red+Green+Blue) = 195+204+205=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCCD is #3C3332. Grayscale: #C9C9C9. Windows color (decimal): -3945267 or 13487299. OLE color: 13487299.

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

Color convert

RGB 195 204 205 -
CMYK 0.05 0.00 0 0.20
HSL 186º 0.09% 0.78% -
HSV(B) 186º 0.05% 0.8% -
XYZ 55.12 59.2 66.28 -
YUV 201.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 195 204 205 0.05 0.00 0 0.20 186 0.09 0.78
Hex C3 CC CD 5 0 0 14 BA 9 4E
Octal 303 314 315 5 0 0 24 272 11 116
Binary 11000011 11001100 11001101 101 0 0 10100 10111010 1001 1001110

Color Harmonies of #C3CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CCCD

Black with #C3CCCD

Text Example


Text Example

White with #C3CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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