#CABD7B

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

Shades of Yuma #CABD7B

Tints of Yuma #CABD7B

Color information

#CABD7B (or 0xCABD7B) is unknown color: approx Yuma. HEX triplet: CA, BD and 7B. RGB value is (202,189,123). Sum of RGB (Red+Green+Blue) = 202+189+123=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD7B is #354284. Grayscale: #B9B9B9. Windows color (decimal): -3490437 or 8109514. OLE color: 8109514.

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

Color convert

RGB202189123-
CMYK00.060.390.21
HSL50.13º42.7%63.73%-
HSV(B)50.13º39.11%79.22%-
XYZ46.1350.3826.03-
YUV185.3692.81139.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 189 (74.22% from 255) = 36.77%
BLUE value IS 123 (48.44% from 255) = 23.93%
R=39.30%
G=36.77%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218912300.060.390.2150.1342.763.73
HexCABD7B062715322b40
Octal3122751730647256253100
Binary110010101011110111110110110100111101011100101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD7B; }

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

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

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

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

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

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

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

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