Html Css Color HEX #C6CCCD Iron

📋 copy color: '#C6CCCD'

red 198 ◦ green 204 ◦ blue 205

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

Shades of Iron #C6CCCD

Tints of Iron #C6CCCD

RGB

 RED value IS 198 (77.73% from 255) = 32.62%

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

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

R = 32.62%
G = 33.61%
B = 33.77%

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

#C6CCCD (or 0xC6CCCD) is known color: Iron. HEX triplet: C6, CC and CD. RGB value is (198,204,205). Sum of RGB (Red+Green+Blue) = 198+204+205=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 204 (80.08% from 255 or 33.61% 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 #C6CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCCD is #393332. Grayscale: #CACACA. Windows color (decimal): -3748659 or 13487302. OLE color: 13487302.

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

Color convert

RGB 198 204 205 -
CMYK 0.03 0.00 0 0.20
HSL 188.57º 0.07% 0.79% -
HSV(B) 188.57º 0.03% 0.8% -
XYZ 55.9 59.6 66.32 -
YUV 202.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 198 204 205 0.03 0.00 0 0.20 188.57 0.07 0.79
Hex C6 CC CD 3 0 0 14 BD 7 4F
Octal 306 314 315 3 0 0 24 275 7 117
Binary 11000110 11001100 11001101 11 0 0 10100 10111101 111 1001111

Color Harmonies of #C6CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CCCD

Black with #C6CCCD

Text Example


Text Example

White with #C6CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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