Html Css Color HEX #C7CCCD Iron

📋 copy color: '#C7CCCD'

red 199 ◦ green 204 ◦ blue 205

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

Shades of Iron #C7CCCD

Tints of Iron #C7CCCD

RGB

 RED value IS 199 (78.13% from 255) = 32.73%

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

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

R = 32.73%
G = 33.55%
B = 33.72%

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C7CCCD (or 0xC7CCCD) is known color: Iron. HEX triplet: C7, CC and CD. RGB value is (199,204,205). Sum of RGB (Red+Green+Blue) = 199+204+205=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCCD is #383332. Grayscale: #CACACA. Windows color (decimal): -3683123 or 13487303. OLE color: 13487303.

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

Color convert

RGB 199 204 205 -
CMYK 0.03 0.00 0 0.20
HSL 190º 0.06% 0.79% -
HSV(B) 190º 0.03% 0.8% -
XYZ 56.17 59.74 66.33 -
YUV 202.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 199 204 205 0.03 0.00 0 0.20 190 0.06 0.79
Hex C7 CC CD 3 0 0 14 BE 6 4F
Octal 307 314 315 3 0 0 24 276 6 117
Binary 11000111 11001100 11001101 11 0 0 10100 10111110 110 1001111

Color Harmonies of #C7CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CCCD

Black with #C7CCCD

Text Example


Text Example

White with #C7CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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