Html Css Color HEX #C8DCA2 Reef

📋 copy color: '#C8DCA2'

red 200 ◦ green 220 ◦ blue 162

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

Shades of Reef #C8DCA2

Tints of Reef #C8DCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.84%

R = 34.36%
G = 37.8%
B = 27.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#C8DCA2 (or 0xC8DCA2) is known color: Reef. HEX triplet: C8, DC and A2. RGB value is (200,220,162). Sum of RGB (Red+Green+Blue) = 200+220+162=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 162 (63.67% from 255 or 27.84% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DCA2 is #37235D. Grayscale: #CFCFCF. Windows color (decimal): -3613534 or 10673352. OLE color: 10673352.

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

Color convert

RGB 200 220 162 -
CMYK 0.09 0 0.26 0.14
HSL 80.69º 0.45% 0.75% -
HSV(B) 80.69º 0.26% 0.86% -
XYZ 55.93 66.07 43.99 -
YUV 207.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 200 220 162 0.09 0 0.26 0.14 80.69 0.45 0.75
Hex C8 DC A2 9 0 1A E 51 2D 4B
Octal 310 334 242 11 0 32 16 121 55 113
Binary 11001000 11011100 10100010 1001 0 11010 1110 1010001 101101 1001011

Color Harmonies of #C8DCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DCA2

Black with #C8DCA2

Text Example


Text Example

White with #C8DCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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