Html Css Color HEX #C8CFA9 Orinoco

📋 copy color: '#C8CFA9'

red 200 ◦ green 207 ◦ blue 169

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

Shades of Orinoco #C8CFA9

Tints of Orinoco #C8CFA9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.94%

 BLUE value IS 169 (66.41% from 255) = 29.34%

R = 34.72%
G = 35.94%
B = 29.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#C8CFA9 (or 0xC8CFA9) is known color: Orinoco. HEX triplet: C8, CF and A9. RGB value is (200,207,169). Sum of RGB (Red+Green+Blue) = 200+207+169=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CFA9 is #373056. Grayscale: #C8C8C8. Windows color (decimal): -3616855 or 11128776. OLE color: 11128776.

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

Color convert

RGB 200 207 169 -
CMYK 0.03 0 0.18 0.19
HSL 71.05º 0.28% 0.74% -
HSV(B) 71.05º 0.18% 0.81% -
XYZ 53.29 59.77 46.26 -
YUV 200.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 200 207 169 0.03 0 0.18 0.19 71.05 0.28 0.74
Hex C8 CF A9 3 0 12 13 47 1C 4A
Octal 310 317 251 3 0 22 23 107 34 112
Binary 11001000 11001111 10101001 11 0 10010 10011 1000111 11100 1001010

Color Harmonies of #C8CFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CFA9

Black with #C8CFA9

Text Example


Text Example

White with #C8CFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CFA9; }

 p { color: rgb(200,207,169); }

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

background-color css

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

 a { background-color: rgb(200,207,169); }

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

border-color css

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

 span { border-color: rgb(200,207,169); }

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