Html Css Color HEX #CACEB1 Orinoco

📋 copy color: '#CACEB1'

red 202 ◦ green 206 ◦ blue 177

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

Shades of Orinoco #CACEB1

Tints of Orinoco #CACEB1

RGB

 RED value IS 202 (79.3% from 255) = 34.53%

 GREEN value IS 206 (80.86% from 255) = 35.21%

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

R = 34.53%
G = 35.21%
B = 30.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CACEB1 (or 0xCACEB1) is known color: Orinoco. HEX triplet: CA, CE and B1. RGB value is (202,206,177). Sum of RGB (Red+Green+Blue) = 202+206+177=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACEB1 is #35314E. Grayscale: #C9C9C9. Windows color (decimal): -3486031 or 11652810. OLE color: 11652810.

HSL color Cylindrical-coordinate representation of color #CACEB1: hue angle of 68.28º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACEB1 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 206 177 -
CMYK 0.02 0 0.14 0.19
HSL 68.28º 0.23% 0.75% -
HSV(B) 68.28º 0.14% 0.81% -
XYZ 54.36 59.87 50.29 -
YUV 201.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 202 206 177 0.02 0 0.14 0.19 68.28 0.23 0.75
Hex CA CE B1 2 0 E 13 44 17 4B
Octal 312 316 261 2 0 16 23 104 27 113
Binary 11001010 11001110 10110001 10 0 1110 10011 1000100 10111 1001011

Color Harmonies of #CACEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEB1

Black with #CACEB1

Text Example


Text Example

White with #CACEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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