Html Css Color HEX #C3CCCF Iron

📋 copy color: '#C3CCCF'

red 195 ◦ green 204 ◦ blue 207

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

Shades of Iron #C3CCCF

Tints of Iron #C3CCCF

RGB

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

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

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

R = 32.18%
G = 33.66%
B = 34.16%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C3CCCF (or 0xC3CCCF) is known color: Iron. HEX triplet: C3, CC and CF. RGB value is (195,204,207). Sum of RGB (Red+Green+Blue) = 195+204+207=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCCF is #3C3330. Grayscale: #C9C9C9. Windows color (decimal): -3945265 or 13618371. OLE color: 13618371.

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

Color convert

RGB 195 204 207 -
CMYK 0.06 0.01 0 0.19
HSL 195º 0.11% 0.79% -
HSV(B) 195º 0.06% 0.81% -
XYZ 55.36 59.29 67.56 -
YUV 201.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 195 204 207 0.06 0.01 0 0.19 195 0.11 0.79
Hex C3 CC CF 6 1 0 13 C3 B 4F
Octal 303 314 317 6 1 0 23 303 13 117
Binary 11000011 11001100 11001111 110 1 0 10011 11000011 1011 1001111

Color Harmonies of #C3CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CCCF

Black with #C3CCCF

Text Example


Text Example

White with #C3CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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