#CABB7F

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

Shades of Yuma #CABB7F

Tints of Yuma #CABB7F

Color information

#CABB7F (or 0xCABB7F) is unknown color: approx Yuma. HEX triplet: CA, BB and 7F. RGB value is (202,187,127). Sum of RGB (Red+Green+Blue) = 202+187+127=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB7F is #354480. Grayscale: #B8B8B8. Windows color (decimal): -3490945 or 8371146. OLE color: 8371146.

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

Color convert

RGB202187127-
CMYK00.070.370.21
HSL48º41.44%64.51%-
HSV(B)48º37.13%79.22%-
XYZ45.9649.6327.24-
YUV184.6495.47140.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 127 (50% from 255) = 24.61%
R=39.15%
G=36.24%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218712700.070.370.214841.4464.51
HexCABB7F072515302941
Octal3122731770745256051101
Binary110010101011101111111110111100101101011100001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB7F; }

 p { color: rgb(202,187,127); }

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

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

 a { background-color: rgb(202,187,127); }

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

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

 span { border-color: rgb(202,187,127); }

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