Html Css Color HEX #C3BC82 Yuma

📋 copy color: '#C3BC82'

red 195 ◦ green 188 ◦ blue 130

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

Shades of Yuma #C3BC82

Tints of Yuma #C3BC82

RGB

 RED value IS 195 (76.56% from 255) = 38.01%

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

 BLUE value IS 130 (51.17% from 255) = 25.34%

R = 38.01%
G = 36.65%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C3BC82 (or 0xC3BC82) is known color: Yuma. HEX triplet: C3, BC and 82. RGB value is (195,188,130). Sum of RGB (Red+Green+Blue) = 195+188+130=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BC82 is #3C437D. Grayscale: #B7B7B7. Windows color (decimal): -3949438 or 8568003. OLE color: 8568003.

HSL color Cylindrical-coordinate representation of color #C3BC82: hue angle of 53.54º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3BC82 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 188 130 -
CMYK 0 0.04 0.33 0.24
HSL 53.54º 0.35% 0.64% -
HSV(B) 53.54º 0.33% 0.76% -
XYZ 44.52 49.18 28.27 -
YUV 183.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 195 188 130 0 0.04 0.33 0.24 53.54 0.35 0.64
Hex C3 BC 82 0 4 21 18 36 23 40
Octal 303 274 202 0 4 41 30 66 43 100
Binary 11000011 10111100 10000010 0 100 100001 11000 110110 100011 1000000

Color Harmonies of #C3BC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC82

Black with #C3BC82

Text Example


Text Example

White with #C3BC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC82; }

 p { color: rgb(195,188,130); }

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

background-color css

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

 a { background-color: rgb(195,188,130); }

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

border-color css

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

 span { border-color: rgb(195,188,130); }

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