Html Css Color HEX #CACEB3 Orinoco

📋 copy color: '#CACEB3'

red 202 ◦ green 206 ◦ blue 179

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

Shades of Orinoco #CACEB3

Tints of Orinoco #CACEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.49%

R = 34.41%
G = 35.09%
B = 30.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CACEB3 (or 0xCACEB3) is known color: Orinoco. HEX triplet: CA, CE and B3. RGB value is (202,206,179). Sum of RGB (Red+Green+Blue) = 202+206+179=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEB3 is #35314C. Grayscale: #C9C9C9. Windows color (decimal): -3486029 or 11783882. OLE color: 11783882.

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

Color convert

RGB 202 206 179 -
CMYK 0.02 0 0.13 0.19
HSL 68.89º 0.22% 0.75% -
HSV(B) 68.89º 0.13% 0.81% -
XYZ 54.57 59.95 51.34 -
YUV 201.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 202 206 179 0.02 0 0.13 0.19 68.89 0.22 0.75
Hex CA CE B3 2 0 D 13 45 16 4B
Octal 312 316 263 2 0 15 23 105 26 113
Binary 11001010 11001110 10110011 10 0 1101 10011 1000101 10110 1001011

Color Harmonies of #CACEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEB3

Black with #CACEB3

Text Example


Text Example

White with #CACEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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