Html Css Color HEX #C0CBCC Iron

📋 copy color: '#C0CBCC'

red 192 ◦ green 203 ◦ blue 204

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

Shades of Iron #C0CBCC

Tints of Iron #C0CBCC

RGB

 RED value IS 192 (75.39% from 255) = 32.05%

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

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

R = 32.05%
G = 33.89%
B = 34.06%

CMYK

 C value IS 0.06

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C0CBCC (or 0xC0CBCC) is known color: Iron. HEX triplet: C0, CB and CC. RGB value is (192,203,204). Sum of RGB (Red+Green+Blue) = 192+203+204=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBCC is #3F3433. Grayscale: #C7C7C7. Windows color (decimal): -4142132 or 13421504. OLE color: 13421504.

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

Color convert

RGB 192 203 204 -
CMYK 0.06 0.00 0 0.2
HSL 185º 0.11% 0.78% -
HSV(B) 185º 0.06% 0.8% -
XYZ 53.99 58.28 65.53 -
YUV 199.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 192 203 204 0.06 0.00 0 0.2 185 0.11 0.78
Hex C0 CB CC 6 0 0 14 B9 B 4E
Octal 300 313 314 6 0 0 24 271 13 116
Binary 11000000 11001011 11001100 110 0 0 10100 10111001 1011 1001110

Color Harmonies of #C0CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CBCC

Black with #C0CBCC

Text Example


Text Example

White with #C0CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CBCC; }

 p { color: rgb(192,203,204); }

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

background-color css

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

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

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

border-color css

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

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

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