Html Css Color HEX #C8CEAD Orinoco

📋 copy color: '#C8CEAD'

red 200 ◦ green 206 ◦ blue 173

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

Shades of Orinoco #C8CEAD

Tints of Orinoco #C8CEAD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.58%

 BLUE value IS 173 (67.97% from 255) = 29.88%

R = 34.54%
G = 35.58%
B = 29.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#C8CEAD (or 0xC8CEAD) is known color: Orinoco. HEX triplet: C8, CE and AD. RGB value is (200,206,173). Sum of RGB (Red+Green+Blue) = 200+206+173=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CEAD is #373152. Grayscale: #C8C8C8. Windows color (decimal): -3617107 or 11390664. OLE color: 11390664.

HSL color Cylindrical-coordinate representation of color #C8CEAD: hue angle of 70.91º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8CEAD is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 206 173 -
CMYK 0.03 0 0.16 0.19
HSL 70.91º 0.25% 0.74% -
HSV(B) 70.91º 0.16% 0.81% -
XYZ 53.43 59.44 48.19 -
YUV 200.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 200 206 173 0.03 0 0.16 0.19 70.91 0.25 0.74
Hex C8 CE AD 3 0 10 13 47 19 4A
Octal 310 316 255 3 0 20 23 107 31 112
Binary 11001000 11001110 10101101 11 0 10000 10011 1000111 11001 1001010

Color Harmonies of #C8CEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CEAD

Black with #C8CEAD

Text Example


Text Example

White with #C8CEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CEAD; }

 p { color: rgb(200,206,173); }

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

background-color css

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

 a { background-color: rgb(200,206,173); }

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

border-color css

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

 span { border-color: rgb(200,206,173); }

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