#CABA7A

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

Shades of Yuma #CABA7A

Tints of Yuma #CABA7A

Color information

#CABA7A (or 0xCABA7A) is unknown color: approx Yuma. HEX triplet: CA, BA and 7A. RGB value is (202,186,122). Sum of RGB (Red+Green+Blue) = 202+186+122=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA7A is #354585. Grayscale: #B7B7B7. Windows color (decimal): -3491206 or 8043210. OLE color: 8043210.

HSL color Cylindrical-coordinate representation of color #CABA7A: hue angle of 48º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CABA7A is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202186122-
CMYK00.080.400.21
HSL48º43.01%63.53%-
HSV(B)48º39.6%79.22%-
XYZ45.4349.0825.49-
YUV183.4993.3141.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=39.61%
G=36.47%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218612200.080.400.214843.0163.53
HexCABA7A082815302b40
Octal31227217201050256053100
Binary1100101010111010111101001000101000101011100001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA7A; }

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

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

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

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

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

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

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

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