#CABA77

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

Shades of Yuma #CABA77

Tints of Yuma #CABA77

Color information

#CABA77 (or 0xCABA77) is unknown color: approx Yuma. HEX triplet: CA, BA and 77. RGB value is (202,186,119). Sum of RGB (Red+Green+Blue) = 202+186+119=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA77 is #354588. Grayscale: #B7B7B7. Windows color (decimal): -3491209 or 7846602. OLE color: 7846602.

HSL color Cylindrical-coordinate representation of color #CABA77: hue angle of 48.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CABA77 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB202186119-
CMYK00.080.410.21
HSL48.43º43.92%62.94%-
HSV(B)48.43º41.09%79.22%-
XYZ45.2549.0124.53-
YUV183.1591.8141.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 119 (46.88% from 255) = 23.47%
R=39.84%
G=36.69%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218611900.080.410.2148.4343.9262.94
HexCABA77082915302c3f
Octal3122721670105125605477
Binary110010101011101011101110100010100110101110000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA77; }

 p { color: rgb(202,186,119); }

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

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

 a { background-color: rgb(202,186,119); }

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

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

 span { border-color: rgb(202,186,119); }

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