Html Css Color HEX #C8CEAC Orinoco

📋 copy color: '#C8CEAC'

red 200 ◦ green 206 ◦ blue 172

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

Shades of Orinoco #C8CEAC

Tints of Orinoco #C8CEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.76%

R = 34.6%
G = 35.64%
B = 29.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#C8CEAC (or 0xC8CEAC) is known color: Orinoco. HEX triplet: C8, CE and AC. RGB value is (200,206,172). Sum of RGB (Red+Green+Blue) = 200+206+172=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CEAC is #373153. Grayscale: #C8C8C8. Windows color (decimal): -3617108 or 11325128. OLE color: 11325128.

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

Color convert

RGB 200 206 172 -
CMYK 0.03 0 0.17 0.19
HSL 70.59º 0.26% 0.74% -
HSV(B) 70.59º 0.17% 0.81% -
XYZ 53.34 59.4 47.68 -
YUV 200.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 200 206 172 0.03 0 0.17 0.19 70.59 0.26 0.74
Hex C8 CE AC 3 0 11 13 47 1A 4A
Octal 310 316 254 3 0 21 23 107 32 112
Binary 11001000 11001110 10101100 11 0 10001 10011 1000111 11010 1001010

Color Harmonies of #C8CEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CEAC

Black with #C8CEAC

Text Example


Text Example

White with #C8CEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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