Html Css Color HEX #CABC73 Yuma

📋 copy color: '#CABC73'

red 202 ◦ green 188 ◦ blue 115

#CABC73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yuma #CABC73

Tints of Yuma #CABC73

RGB

 RED value IS 202 (79.3% from 255) = 40%

 GREEN value IS 188 (73.83% from 255) = 37.23%

 BLUE value IS 115 (45.31% from 255) = 22.77%

R = 40%
G = 37.23%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CABC73 (or 0xCABC73) is known color: Yuma. HEX triplet: CA, BC and 73. RGB value is (202,188,115). Sum of RGB (Red+Green+Blue) = 202+188+115=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABC73 is #35438C. Grayscale: #B8B8B8. Windows color (decimal): -3490701 or 7584970. OLE color: 7584970.

HSL color Cylindrical-coordinate representation of color #CABC73: hue angle of 50.34º 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 #CABC73 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 188 115 -
CMYK 0 0.07 0.43 0.21
HSL 50.34º 0.45% 0.62% -
HSV(B) 50.34º 0.43% 0.79% -
XYZ 45.43 49.76 23.43 -
YUV 183.86 89.14 140.94 -
System Red Green Blue C M Y K H S L
Decimal 202 188 115 0 0.07 0.43 0.21 50.34 0.45 0.62
Hex CA BC 73 0 7 2B 15 32 2D 3E
Octal 312 274 163 0 7 53 25 62 55 76
Binary 11001010 10111100 1110011 0 111 101011 10101 110010 101101 111110

Color Harmonies of #CABC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABC73

Black with #CABC73

Text Example


Text Example

White with #CABC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABC73; }

 p { color: rgb(202,188,115); }

 H1.HeaderClassName
 {
   color: #CABC73;
 }
 .AnyTagClassName
 {
   color: #CABC73;
 }
</style>

background-color css

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

 a { background-color: rgb(202,188,115); }

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

border-color css

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

 span { border-color: rgb(202,188,115); }

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