Html Css Color HEX #C8CAB1 Orinoco

📋 copy color: '#C8CAB1'

red 200 ◦ green 202 ◦ blue 177

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

Shades of Orinoco #C8CAB1

Tints of Orinoco #C8CAB1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.89%

 BLUE value IS 177 (69.53% from 255) = 30.57%

R = 34.54%
G = 34.89%
B = 30.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C8CAB1 (or 0xC8CAB1) is known color: Orinoco. HEX triplet: C8, CA and B1. RGB value is (200,202,177). Sum of RGB (Red+Green+Blue) = 200+202+177=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CAB1 is #37354E. Grayscale: #C6C6C6. Windows color (decimal): -3618127 or 11651784. OLE color: 11651784.

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

Color convert

RGB 200 202 177 -
CMYK 0.01 0 0.12 0.21
HSL 64.8º 0.19% 0.74% -
HSV(B) 64.8º 0.12% 0.79% -
XYZ 52.88 57.69 49.94 -
YUV 198.55 115.84 129.03 -
System Red Green Blue C M Y K H S L
Decimal 200 202 177 0.01 0 0.12 0.21 64.8 0.19 0.74
Hex C8 CA B1 1 0 C 15 41 13 4A
Octal 310 312 261 1 0 14 25 101 23 112
Binary 11001000 11001010 10110001 1 0 1100 10101 1000001 10011 1001010

Color Harmonies of #C8CAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAB1

Black with #C8CAB1

Text Example


Text Example

White with #C8CAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAB1; }

 p { color: rgb(200,202,177); }

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

background-color css

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

 a { background-color: rgb(200,202,177); }

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

border-color css

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

 span { border-color: rgb(200,202,177); }

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