Html Css Color HEX #CACEAB Orinoco

📋 copy color: '#CACEAB'

red 202 ◦ green 206 ◦ blue 171

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

Shades of Orinoco #CACEAB

Tints of Orinoco #CACEAB

RGB

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

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

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

R = 34.89%
G = 35.58%
B = 29.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CACEAB (or 0xCACEAB) is known color: Orinoco. HEX triplet: CA, CE and AB. RGB value is (202,206,171). Sum of RGB (Red+Green+Blue) = 202+206+171=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACEAB is #353154. Grayscale: #C8C8C8. Windows color (decimal): -3486037 or 11259594. OLE color: 11259594.

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

Color convert

RGB 202 206 171 -
CMYK 0.02 0 0.17 0.19
HSL 66.86º 0.26% 0.74% -
HSV(B) 66.86º 0.17% 0.81% -
XYZ 53.78 59.64 47.21 -
YUV 200.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 202 206 171 0.02 0 0.17 0.19 66.86 0.26 0.74
Hex CA CE AB 2 0 11 13 43 1A 4A
Octal 312 316 253 2 0 21 23 103 32 112
Binary 11001010 11001110 10101011 10 0 10001 10011 1000011 11010 1001010

Color Harmonies of #CACEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEAB

Black with #CACEAB

Text Example


Text Example

White with #CACEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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