Html Css Color HEX #C8DCA1 Reef

📋 copy color: '#C8DCA1'

red 200 ◦ green 220 ◦ blue 161

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

Shades of Reef #C8DCA1

Tints of Reef #C8DCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.71%

R = 34.42%
G = 37.87%
B = 27.71%

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

#C8DCA1 (or 0xC8DCA1) is known color: Reef. HEX triplet: C8, DC and A1. RGB value is (200,220,161). Sum of RGB (Red+Green+Blue) = 200+220+161=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DCA1 is #37235E. Grayscale: #CFCFCF. Windows color (decimal): -3613535 or 10607816. OLE color: 10607816.

HSL color Cylindrical-coordinate representation of color #C8DCA1: hue angle of 80.34º 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 #C8DCA1 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 220 161 -
CMYK 0.09 0 0.27 0.14
HSL 80.34º 0.46% 0.75% -
HSV(B) 80.34º 0.27% 0.86% -
XYZ 55.85 66.04 43.52 -
YUV 207.29 101.87 122.8 -
System Red Green Blue C M Y K H S L
Decimal 200 220 161 0.09 0 0.27 0.14 80.34 0.46 0.75
Hex C8 DC A1 9 0 1B E 50 2E 4B
Octal 310 334 241 11 0 33 16 120 56 113
Binary 11001000 11011100 10100001 1001 0 11011 1110 1010000 101110 1001011

Color Harmonies of #C8DCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DCA1

Black with #C8DCA1

Text Example


Text Example

White with #C8DCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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