#CABC90

Color #CABC90 Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #CABC90

Tints of Yuma #CABC90

Color information

#CABC90 (or 0xCABC90) is unknown color: approx Yuma. HEX triplet: CA, BC and 90. RGB value is (202,188,144). Sum of RGB (Red+Green+Blue) = 202+188+144=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABC90 is #35436F. Grayscale: #BBBBBB. Windows color (decimal): -3490672 or 9485514. OLE color: 9485514.

HSL color Cylindrical-coordinate representation of color #CABC90: hue angle of 45.52º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CABC90 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB202188144-
CMYK00.070.290.21
HSL45.52º35.37%67.84%-
HSV(B)45.52º28.71%79.22%-
XYZ47.3750.5433.64-
YUV187.17103.64138.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 144 (56.64% from 255) = 26.97%
R=37.83%
G=35.21%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218814400.070.290.2145.5235.3767.84
HexCABC90071D152e2344
Octal3122742200735255643104
Binary110010101011110010010000011111101101011011101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC90; }

 p { color: rgb(202,188,144); }

 H1.HeaderClassName
 {
   color: #CABC90;
 }
 .AnyTagClassName
 {
   color: #CABC90;
 }
</style>
background-color css

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

 a { background-color: rgb(202,188,144); }

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

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

 span { border-color: rgb(202,188,144); }

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