Html Css Color HEX #C0C8CA Iron

📋 copy color: '#C0C8CA'

red 192 ◦ green 200 ◦ blue 202

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

Shades of Iron #C0C8CA

Tints of Iron #C0C8CA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.67%

 BLUE value IS 202 (79.3% from 255) = 34.01%

R = 32.32%
G = 33.67%
B = 34.01%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C0C8CA (or 0xC0C8CA) is known color: Iron. HEX triplet: C0, C8 and CA. RGB value is (192,200,202). Sum of RGB (Red+Green+Blue) = 192+200+202=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0C8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C8CA is #3F3735. Grayscale: #C5C5C5. Windows color (decimal): -4142902 or 13289664. OLE color: 13289664.

HSL color Cylindrical-coordinate representation of color #C0C8CA: hue angle of 192º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0C8CA is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 200 202 -
CMYK 0.05 0.01 0 0.21
HSL 192º 0.09% 0.77% -
HSV(B) 192º 0.05% 0.79% -
XYZ 53.05 56.78 64.04 -
YUV 197.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 192 200 202 0.05 0.01 0 0.21 192 0.09 0.77
Hex C0 C8 CA 5 1 0 15 C0 9 4D
Octal 300 310 312 5 1 0 25 300 11 115
Binary 11000000 11001000 11001010 101 1 0 10101 11000000 1001 1001101

Color Harmonies of #C0C8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C8CA

Black with #C0C8CA

Text Example


Text Example

White with #C0C8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C8CA; }

 p { color: rgb(192,200,202); }

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

background-color css

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

 a { background-color: rgb(192,200,202); }

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

border-color css

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

 span { border-color: rgb(192,200,202); }

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