#CABD7A

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

Shades of Yuma #CABD7A

Tints of Yuma #CABD7A

Color information

#CABD7A (or 0xCABD7A) is unknown color: approx Yuma. HEX triplet: CA, BD and 7A. RGB value is (202,189,122). Sum of RGB (Red+Green+Blue) = 202+189+122=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD7A is #354285. Grayscale: #B9B9B9. Windows color (decimal): -3490438 or 8043978. OLE color: 8043978.

HSL color Cylindrical-coordinate representation of color #CABD7A: hue angle of 50.25º 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 #CABD7A is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202189122-
CMYK00.060.400.21
HSL50.25º43.01%63.53%-
HSV(B)50.25º39.6%79.22%-
XYZ46.0750.3625.7-
YUV185.2592.31139.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 122 (48.05% from 255) = 23.78%
R=39.38%
G=36.84%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218912200.060.400.2150.2543.0163.53
HexCABD7A062815322b40
Octal3122751720650256253100
Binary110010101011110111110100110101000101011100101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD7A; }

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

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

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

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

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

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

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

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