Html Css Color HEX #C8CFAB Orinoco

📋 copy color: '#C8CFAB'

red 200 ◦ green 207 ◦ blue 171

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

Shades of Orinoco #C8CFAB

Tints of Orinoco #C8CFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.58%

R = 34.6%
G = 35.81%
B = 29.58%

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

#C8CFAB (or 0xC8CFAB) is known color: Orinoco. HEX triplet: C8, CF and AB. RGB value is (200,207,171). Sum of RGB (Red+Green+Blue) = 200+207+171=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CFAB is #373054. Grayscale: #C8C8C8. Windows color (decimal): -3616853 or 11259848. OLE color: 11259848.

HSL color Cylindrical-coordinate representation of color #C8CFAB: hue angle of 71.67º degrees, saturation: 0.27, 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 #C8CFAB is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 207 171 -
CMYK 0.03 0 0.17 0.19
HSL 71.67º 0.27% 0.74% -
HSV(B) 71.67º 0.17% 0.81% -
XYZ 53.48 59.85 47.26 -
YUV 200.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 200 207 171 0.03 0 0.17 0.19 71.67 0.27 0.74
Hex C8 CF AB 3 0 11 13 48 1B 4A
Octal 310 317 253 3 0 21 23 110 33 112
Binary 11001000 11001111 10101011 11 0 10001 10011 1001000 11011 1001010

Color Harmonies of #C8CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CFAB

Black with #C8CFAB

Text Example


Text Example

White with #C8CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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