#CABD74

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

Shades of Yuma #CABD74

Tints of Yuma #CABD74

Color information

#CABD74 (or 0xCABD74) is unknown color: approx Yuma. HEX triplet: CA, BD and 74. RGB value is (202,189,116). Sum of RGB (Red+Green+Blue) = 202+189+116=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD74 is #35428B. Grayscale: #B8B8B8. Windows color (decimal): -3490444 or 7650762. OLE color: 7650762.

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

Color convert

RGB202189116-
CMYK00.060.430.21
HSL50.93º44.79%62.35%-
HSV(B)50.93º42.57%79.22%-
XYZ45.7150.2123.81-
YUV184.5689.31140.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 116 (45.70% from 255) = 22.88%
R=39.84%
G=37.28%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218911600.060.430.2150.9344.7962.35
HexCABD74062B15332d3e
Octal312275164065325635576
Binary11001010101111011110100011010101110101110011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD74; }

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

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

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

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

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

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

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

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