Html Css Color HEX #C8CCAE Orinoco

📋 copy color: '#C8CCAE'

red 200 ◦ green 204 ◦ blue 174

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

Shades of Orinoco #C8CCAE

Tints of Orinoco #C8CCAE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.29%

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

R = 34.6%
G = 35.29%
B = 30.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#C8CCAE (or 0xC8CCAE) is known color: Orinoco. HEX triplet: C8, CC and AE. RGB value is (200,204,174). Sum of RGB (Red+Green+Blue) = 200+204+174=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CCAE is #373351. Grayscale: #C7C7C7. Windows color (decimal): -3617618 or 11455688. OLE color: 11455688.

HSL color Cylindrical-coordinate representation of color #C8CCAE: hue angle of 68º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8CCAE is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 204 174 -
CMYK 0.02 0 0.15 0.2
HSL 68º 0.23% 0.74% -
HSV(B) 68º 0.15% 0.8% -
XYZ 53.05 58.52 48.54 -
YUV 199.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 200 204 174 0.02 0 0.15 0.2 68 0.23 0.74
Hex C8 CC AE 2 0 F 14 44 17 4A
Octal 310 314 256 2 0 17 24 104 27 112
Binary 11001000 11001100 10101110 10 0 1111 10100 1000100 10111 1001010

Color Harmonies of #C8CCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CCAE

Black with #C8CCAE

Text Example


Text Example

White with #C8CCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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