Html Css Color HEX #C9DBA0 Reef

📋 copy color: '#C9DBA0'

red 201 ◦ green 219 ◦ blue 160

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

Shades of Reef #C9DBA0

Tints of Reef #C9DBA0

RGB

 RED value IS 201 (78.91% from 255) = 34.66%

 GREEN value IS 219 (85.94% from 255) = 37.76%

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

R = 34.66%
G = 37.76%
B = 27.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#C9DBA0 (or 0xC9DBA0) is known color: Reef. HEX triplet: C9, DB and A0. RGB value is (201,219,160). Sum of RGB (Red+Green+Blue) = 201+219+160=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DBA0 is #36245F. Grayscale: #CFCFCF. Windows color (decimal): -3548256 or 10542025. OLE color: 10542025.

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

Color convert

RGB 201 219 160 -
CMYK 0.08 0 0.27 0.14
HSL 78.31º 0.45% 0.74% -
HSV(B) 78.31º 0.27% 0.86% -
XYZ 55.76 65.62 42.98 -
YUV 206.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 201 219 160 0.08 0 0.27 0.14 78.31 0.45 0.74
Hex C9 DB A0 8 0 1B E 4E 2D 4A
Octal 311 333 240 10 0 33 16 116 55 112
Binary 11001001 11011011 10100000 1000 0 11011 1110 1001110 101101 1001010

Color Harmonies of #C9DBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBA0

Black with #C9DBA0

Text Example


Text Example

White with #C9DBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DBA0; }

 p { color: rgb(201,219,160); }

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

background-color css

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

 a { background-color: rgb(201,219,160); }

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

border-color css

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

 span { border-color: rgb(201,219,160); }

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