Html Css Color HEX #C7CBCD Iron

📋 copy color: '#C7CBCD'

red 199 ◦ green 203 ◦ blue 205

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

Shades of Iron #C7CBCD

Tints of Iron #C7CBCD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.44%

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

R = 32.78%
G = 33.44%
B = 33.77%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C7CBCD (or 0xC7CBCD) is known color: Iron. HEX triplet: C7, CB and CD. RGB value is (199,203,205). Sum of RGB (Red+Green+Blue) = 199+203+205=607 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.78% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBCD is #383432. Grayscale: #CACACA. Windows color (decimal): -3683379 or 13487047. OLE color: 13487047.

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

Color convert

RGB 199 203 205 -
CMYK 0.03 0.01 0 0.20
HSL 200º 0.06% 0.79% -
HSV(B) 200º 0.03% 0.8% -
XYZ 55.93 59.26 66.25 -
YUV 202.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 199 203 205 0.03 0.01 0 0.20 200 0.06 0.79
Hex C7 CB CD 3 1 0 14 C8 6 4F
Octal 307 313 315 3 1 0 24 310 6 117
Binary 11000111 11001011 11001101 11 1 0 10100 11001000 110 1001111

Color Harmonies of #C7CBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CBCD

Black with #C7CBCD

Text Example


Text Example

White with #C7CBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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