#CABD75

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

Shades of Yuma #CABD75

Tints of Yuma #CABD75

Color information

#CABD75 (or 0xCABD75) is unknown color: approx Yuma. HEX triplet: CA, BD and 75. RGB value is (202,189,117). Sum of RGB (Red+Green+Blue) = 202+189+117=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD75 is #35428A. Grayscale: #B8B8B8. Windows color (decimal): -3490443 or 7716298. OLE color: 7716298.

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

Color convert

RGB202189117-
CMYK00.060.420.21
HSL50.82º44.5%62.55%-
HSV(B)50.82º42.08%79.22%-
XYZ45.7750.2424.11-
YUV184.6889.81140.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 189 (74.22% from 255) = 37.20%
BLUE value IS 117 (46.09% from 255) = 23.03%
R=39.76%
G=37.20%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218911700.060.420.2150.8244.562.55
HexCABD75062A15332d3f
Octal312275165065225635577
Binary11001010101111011110101011010101010101110011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD75; }

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

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

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

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

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

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

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

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