Html Css Color HEX #C3BD85 Yuma

📋 copy color: '#C3BD85'

red 195 ◦ green 189 ◦ blue 133

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

Shades of Yuma #C3BD85

Tints of Yuma #C3BD85

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.56%

 BLUE value IS 133 (52.34% from 255) = 25.73%

R = 37.72%
G = 36.56%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C3BD85 (or 0xC3BD85) is known color: Yuma. HEX triplet: C3, BD and 85. RGB value is (195,189,133). Sum of RGB (Red+Green+Blue) = 195+189+133=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BD85 is #3C427A. Grayscale: #B8B8B8. Windows color (decimal): -3949179 or 8764867. OLE color: 8764867.

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

Color convert

RGB 195 189 133 -
CMYK 0 0.03 0.32 0.24
HSL 54.19º 0.34% 0.64% -
HSV(B) 54.19º 0.32% 0.76% -
XYZ 44.94 49.69 29.41 -
YUV 184.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 195 189 133 0 0.03 0.32 0.24 54.19 0.34 0.64
Hex C3 BD 85 0 3 20 18 36 22 40
Octal 303 275 205 0 3 40 30 66 42 100
Binary 11000011 10111101 10000101 0 11 100000 11000 110110 100010 1000000

Color Harmonies of #C3BD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BD85

Black with #C3BD85

Text Example


Text Example

White with #C3BD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BD85; }

 p { color: rgb(195,189,133); }

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

background-color css

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

 a { background-color: rgb(195,189,133); }

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

border-color css

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

 span { border-color: rgb(195,189,133); }

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