Html Css Color HEX #CABB72 Yuma

📋 copy color: '#CABB72'

red 202 ◦ green 187 ◦ blue 114

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

Shades of Yuma #CABB72

Tints of Yuma #CABB72

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.18%

 BLUE value IS 114 (44.92% from 255) = 22.66%

R = 40.16%
G = 37.18%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CABB72 (or 0xCABB72) is known color: Yuma. HEX triplet: CA, BB and 72. RGB value is (202,187,114). Sum of RGB (Red+Green+Blue) = 202+187+114=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB72 is #35448D. Grayscale: #B7B7B7. Windows color (decimal): -3490958 or 7519178. OLE color: 7519178.

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

Color convert

RGB 202 187 114 -
CMYK 0 0.07 0.44 0.21
HSL 49.77º 0.45% 0.62% -
HSV(B) 49.77º 0.44% 0.79% -
XYZ 45.16 49.31 23.06 -
YUV 183.16 88.97 141.44 -
System Red Green Blue C M Y K H S L
Decimal 202 187 114 0 0.07 0.44 0.21 49.77 0.45 0.62
Hex CA BB 72 0 7 2C 15 32 2D 3E
Octal 312 273 162 0 7 54 25 62 55 76
Binary 11001010 10111011 1110010 0 111 101100 10101 110010 101101 111110

Color Harmonies of #CABB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB72

Black with #CABB72

Text Example


Text Example

White with #CABB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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