Html Css Color HEX #C8CBAF Orinoco

📋 copy color: '#C8CBAF'

red 200 ◦ green 203 ◦ blue 175

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

Shades of Orinoco #C8CBAF

Tints of Orinoco #C8CBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.12%

 BLUE value IS 175 (68.75% from 255) = 30.28%

R = 34.6%
G = 35.12%
B = 30.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#C8CBAF (or 0xC8CBAF) is known color: Orinoco. HEX triplet: C8, CB and AF. RGB value is (200,203,175). Sum of RGB (Red+Green+Blue) = 200+203+175=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CBAF is #373450. Grayscale: #C7C7C7. Windows color (decimal): -3617873 or 11520968. OLE color: 11520968.

HSL color Cylindrical-coordinate representation of color #C8CBAF: hue angle of 66.43º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8CBAF is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 203 175 -
CMYK 0.01 0 0.14 0.20
HSL 66.43º 0.21% 0.74% -
HSV(B) 66.43º 0.14% 0.8% -
XYZ 52.91 58.09 48.98 -
YUV 198.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 200 203 175 0.01 0 0.14 0.20 66.43 0.21 0.74
Hex C8 CB AF 1 0 E 14 42 15 4A
Octal 310 313 257 1 0 16 24 102 25 112
Binary 11001000 11001011 10101111 1 0 1110 10100 1000010 10101 1001010

Color Harmonies of #C8CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CBAF

Black with #C8CBAF

Text Example


Text Example

White with #C8CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CBAF; }

 p { color: rgb(200,203,175); }

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

background-color css

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

 a { background-color: rgb(200,203,175); }

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

border-color css

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

 span { border-color: rgb(200,203,175); }

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