#CABD90

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

Shades of Yuma #CABD90

Tints of Yuma #CABD90

Color information

#CABD90 (or 0xCABD90) is unknown color: approx Yuma. HEX triplet: CA, BD and 90. RGB value is (202,189,144). Sum of RGB (Red+Green+Blue) = 202+189+144=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABD90 is #35426F. Grayscale: #BBBBBB. Windows color (decimal): -3490416 or 9485770. OLE color: 9485770.

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

Color convert

RGB202189144-
CMYK00.060.290.21
HSL46.55º35.37%67.84%-
HSV(B)46.55º28.71%79.22%-
XYZ47.5950.9733.71-
YUV187.76103.31138.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 144 (56.64% from 255) = 26.92%
R=37.76%
G=35.33%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218914400.060.290.2146.5535.3767.84
HexCABD90061D152f2344
Octal3122752200635255743104
Binary110010101011110110010000011011101101011011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD90; }

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

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

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

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

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

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

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

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