Html Css Color HEX #CABB83 Yuma

📋 copy color: '#CABB83'

red 202 ◦ green 187 ◦ blue 131

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

Shades of Yuma #CABB83

Tints of Yuma #CABB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.19%

R = 38.85%
G = 35.96%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CABB83 (or 0xCABB83) is known color: Yuma. HEX triplet: CA, BB and 83. RGB value is (202,187,131). Sum of RGB (Red+Green+Blue) = 202+187+131=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB83 is #35447C. Grayscale: #B9B9B9. Windows color (decimal): -3490941 or 8633290. OLE color: 8633290.

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

Color convert

RGB 202 187 131 -
CMYK 0 0.07 0.35 0.21
HSL 47.32º 0.4% 0.65% -
HSV(B) 47.32º 0.35% 0.79% -
XYZ 46.22 49.74 28.64 -
YUV 185.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 202 187 131 0 0.07 0.35 0.21 47.32 0.4 0.65
Hex CA BB 83 0 7 23 15 2F 28 41
Octal 312 273 203 0 7 43 25 57 50 101
Binary 11001010 10111011 10000011 0 111 100011 10101 101111 101000 1000001

Color Harmonies of #CABB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB83

Black with #CABB83

Text Example


Text Example

White with #CABB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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