Html Css Color HEX #C8DC9B Reef

📋 copy color: '#C8DC9B'

red 200 ◦ green 220 ◦ blue 155

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

Shades of Reef #C8DC9B

Tints of Reef #C8DC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.96%

R = 34.78%
G = 38.26%
B = 26.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#C8DC9B (or 0xC8DC9B) is known color: Reef. HEX triplet: C8, DC and 9B. RGB value is (200,220,155). Sum of RGB (Red+Green+Blue) = 200+220+155=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DC9B is #372364. Grayscale: #CECECE. Windows color (decimal): -3613541 or 10214600. OLE color: 10214600.

HSL color Cylindrical-coordinate representation of color #C8DC9B: hue angle of 78.46º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8DC9B is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 220 155 -
CMYK 0.09 0 0.30 0.14
HSL 78.46º 0.48% 0.74% -
HSV(B) 78.46º 0.3% 0.86% -
XYZ 55.33 65.83 40.8 -
YUV 206.61 98.87 123.29 -
System Red Green Blue C M Y K H S L
Decimal 200 220 155 0.09 0 0.30 0.14 78.46 0.48 0.74
Hex C8 DC 9B 9 0 1E E 4E 30 4A
Octal 310 334 233 11 0 36 16 116 60 112
Binary 11001000 11011100 10011011 1001 0 11110 1110 1001110 110000 1001010

Color Harmonies of #C8DC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DC9B

Black with #C8DC9B

Text Example


Text Example

White with #C8DC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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