Html Css Color HEX #C5CFD0 Iron

📋 copy color: '#C5CFD0'

red 197 ◦ green 207 ◦ blue 208

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

Shades of Iron #C5CFD0

Tints of Iron #C5CFD0

RGB

 RED value IS 197 (77.34% from 255) = 32.19%

 GREEN value IS 207 (81.25% from 255) = 33.82%

 BLUE value IS 208 (81.64% from 255) = 33.99%

R = 32.19%
G = 33.82%
B = 33.99%

CMYK

 C value IS 0.05

 M value IS 0.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C5CFD0 (or 0xC5CFD0) is known color: Iron. HEX triplet: C5, CF and D0. RGB value is (197,207,208). Sum of RGB (Red+Green+Blue) = 197+207+208=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5CFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFD0 is #3A302F. Grayscale: #CCCCCC. Windows color (decimal): -3813424 or 13684677. OLE color: 13684677.

HSL color Cylindrical-coordinate representation of color #C5CFD0: hue angle of 185.45º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5CFD0 is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 207 208 -
CMYK 0.05 0.00 0 0.18
HSL 185.45º 0.1% 0.79% -
HSV(B) 185.45º 0.05% 0.82% -
XYZ 56.72 61.05 68.47 -
YUV 204.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 197 207 208 0.05 0.00 0 0.18 185.45 0.1 0.79
Hex C5 CF D0 5 0 0 12 B9 A 4F
Octal 305 317 320 5 0 0 22 271 12 117
Binary 11000101 11001111 11010000 101 0 0 10010 10111001 1010 1001111

Color Harmonies of #C5CFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFD0

Black with #C5CFD0

Text Example


Text Example

White with #C5CFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFD0; }

 p { color: rgb(197,207,208); }

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

background-color css

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

 a { background-color: rgb(197,207,208); }

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

border-color css

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

 span { border-color: rgb(197,207,208); }

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