Html Css Color HEX #C8DCA0 Reef

📋 copy color: '#C8DCA0'

red 200 ◦ green 220 ◦ blue 160

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

Shades of Reef #C8DCA0

Tints of Reef #C8DCA0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.93%

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

R = 34.48%
G = 37.93%
B = 27.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#C8DCA0 (or 0xC8DCA0) is known color: Reef. HEX triplet: C8, DC and A0. RGB value is (200,220,160). Sum of RGB (Red+Green+Blue) = 200+220+160=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DCA0 is #37235F. Grayscale: #CFCFCF. Windows color (decimal): -3613536 or 10542280. OLE color: 10542280.

HSL color Cylindrical-coordinate representation of color #C8DCA0: hue angle of 80º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8DCA0 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 220 160 -
CMYK 0.09 0 0.27 0.14
HSL 80º 0.46% 0.75% -
HSV(B) 80º 0.27% 0.86% -
XYZ 55.76 66 43.06 -
YUV 207.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 200 220 160 0.09 0 0.27 0.14 80 0.46 0.75
Hex C8 DC A0 9 0 1B E 50 2E 4B
Octal 310 334 240 11 0 33 16 120 56 113
Binary 11001000 11011100 10100000 1001 0 11011 1110 1010000 101110 1001011

Color Harmonies of #C8DCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DCA0

Black with #C8DCA0

Text Example


Text Example

White with #C8DCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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