Html Css Color HEX #C2D0D0 Iron

📋 copy color: '#C2D0D0'

red 194 ◦ green 208 ◦ blue 208

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

Shades of Iron #C2D0D0

Tints of Iron #C2D0D0

RGB

 RED value IS 194 (76.17% from 255) = 31.8%

 GREEN value IS 208 (81.64% from 255) = 34.1%

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

R = 31.8%
G = 34.1%
B = 34.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C2D0D0 (or 0xC2D0D0) is known color: Iron. HEX triplet: C2, D0 and D0. RGB value is (194,208,208). Sum of RGB (Red+Green+Blue) = 194+208+208=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 208 - color contains mainly: green, blue. Hex color #C2D0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D0D0 is #3D2F2F. Grayscale: #CBCBCB. Windows color (decimal): -4009776 or 13684930. OLE color: 13684930.

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

Color convert

RGB 194 208 208 -
CMYK 0.07 0 0 0.18
HSL 180º 0.13% 0.79% -
HSV(B) 180º 0.07% 0.82% -
XYZ 56.19 61.14 68.51 -
YUV 203.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 194 208 208 0.07 0 0 0.18 180 0.13 0.79
Hex C2 D0 D0 7 0 0 12 B4 D 4F
Octal 302 320 320 7 0 0 22 264 15 117
Binary 11000010 11010000 11010000 111 0 0 10010 10110100 1101 1001111

Color Harmonies of #C2D0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D0D0

Black with #C2D0D0

Text Example


Text Example

White with #C2D0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D0D0; }

 p { color: rgb(194,208,208); }

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

background-color css

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

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

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

border-color css

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

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

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