Html Css Color HEX #C8DDA0 Reef

📋 copy color: '#C8DDA0'

red 200 ◦ green 221 ◦ blue 160

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

Shades of Reef #C8DDA0

Tints of Reef #C8DDA0

RGB

 RED value IS 200 (78.52% from 255) = 34.42%

 GREEN value IS 221 (86.72% from 255) = 38.04%

 BLUE value IS 160 (62.89% from 255) = 27.54%

R = 34.42%
G = 38.04%
B = 27.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#C8DDA0 (or 0xC8DDA0) is known color: Reef. HEX triplet: C8, DD and A0. RGB value is (200,221,160). Sum of RGB (Red+Green+Blue) = 200+221+160=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DDA0 is #37225F. Grayscale: #CFCFCF. Windows color (decimal): -3613280 or 10542536. OLE color: 10542536.

HSL color Cylindrical-coordinate representation of color #C8DDA0: hue angle of 80.66º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8DDA0 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 221 160 -
CMYK 0.10 0 0.28 0.13
HSL 80.66º 0.47% 0.75% -
HSV(B) 80.66º 0.28% 0.87% -
XYZ 56.02 66.53 43.15 -
YUV 207.77 101.04 122.46 -
System Red Green Blue C M Y K H S L
Decimal 200 221 160 0.10 0 0.28 0.13 80.66 0.47 0.75
Hex C8 DD A0 A 0 1C D 51 2F 4B
Octal 310 335 240 12 0 34 15 121 57 113
Binary 11001000 11011101 10100000 1010 0 11100 1101 1010001 101111 1001011

Color Harmonies of #C8DDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DDA0

Black with #C8DDA0

Text Example


Text Example

White with #C8DDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DDA0; }

 p { color: rgb(200,221,160); }

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

background-color css

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

 a { background-color: rgb(200,221,160); }

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

border-color css

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

 span { border-color: rgb(200,221,160); }

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