Html Css Color HEX #C3CCCC Iron

📋 copy color: '#C3CCCC'

red 195 ◦ green 204 ◦ blue 204

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

Shades of Iron #C3CCCC

Tints of Iron #C3CCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.83%

R = 32.34%
G = 33.83%
B = 33.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C3CCCC (or 0xC3CCCC) is known color: Iron. HEX triplet: C3, CC and CC. RGB value is (195,204,204). Sum of RGB (Red+Green+Blue) = 195+204+204=603 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.34% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #C3CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCCC is #3C3333. Grayscale: #C9C9C9. Windows color (decimal): -3945268 or 13421763. OLE color: 13421763.

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

Color convert

RGB 195 204 204 -
CMYK 0.04 0 0 0.2
HSL 180º 0.08% 0.78% -
HSV(B) 180º 0.04% 0.8% -
XYZ 55 59.15 65.64 -
YUV 201.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 195 204 204 0.04 0 0 0.2 180 0.08 0.78
Hex C3 CC CC 4 0 0 14 B4 8 4E
Octal 303 314 314 4 0 0 24 264 10 116
Binary 11000011 11001100 11001100 100 0 0 10100 10110100 1000 1001110

Color Harmonies of #C3CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CCCC

Black with #C3CCCC

Text Example


Text Example

White with #C3CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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