Html Css Color HEX #C8CEAE Orinoco

📋 copy color: '#C8CEAE'

red 200 ◦ green 206 ◦ blue 174

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

Shades of Orinoco #C8CEAE

Tints of Orinoco #C8CEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30%

R = 34.48%
G = 35.52%
B = 30%

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

#C8CEAE (or 0xC8CEAE) is known color: Orinoco. HEX triplet: C8, CE and AE. RGB value is (200,206,174). Sum of RGB (Red+Green+Blue) = 200+206+174=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CEAE is #373151. Grayscale: #C8C8C8. Windows color (decimal): -3617106 or 11456200. OLE color: 11456200.

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

Color convert

RGB 200 206 174 -
CMYK 0.03 0 0.16 0.19
HSL 71.25º 0.25% 0.75% -
HSV(B) 71.25º 0.16% 0.81% -
XYZ 53.53 59.48 48.7 -
YUV 200.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 200 206 174 0.03 0 0.16 0.19 71.25 0.25 0.75
Hex C8 CE AE 3 0 10 13 47 19 4B
Octal 310 316 256 3 0 20 23 107 31 113
Binary 11001000 11001110 10101110 11 0 10000 10011 1000111 11001 1001011

Color Harmonies of #C8CEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CEAE

Black with #C8CEAE

Text Example


Text Example

White with #C8CEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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