Html Css Color HEX #C3BC7E Yuma

📋 copy color: '#C3BC7E'

red 195 ◦ green 188 ◦ blue 126

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

Shades of Yuma #C3BC7E

Tints of Yuma #C3BC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.75%

R = 38.31%
G = 36.94%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3BC7E (or 0xC3BC7E) is known color: Yuma. HEX triplet: C3, BC and 7E. RGB value is (195,188,126). Sum of RGB (Red+Green+Blue) = 195+188+126=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC7E is #3C4381. Grayscale: #B7B7B7. Windows color (decimal): -3949442 or 8305859. OLE color: 8305859.

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

Color convert

RGB 195 188 126 -
CMYK 0 0.04 0.35 0.24
HSL 53.91º 0.37% 0.63% -
HSV(B) 53.91º 0.35% 0.76% -
XYZ 44.25 49.07 26.88 -
YUV 183.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 195 188 126 0 0.04 0.35 0.24 53.91 0.37 0.63
Hex C3 BC 7E 0 4 23 18 36 25 3F
Octal 303 274 176 0 4 43 30 66 45 77
Binary 11000011 10111100 1111110 0 100 100011 11000 110110 100101 111111

Color Harmonies of #C3BC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC7E

Black with #C3BC7E

Text Example


Text Example

White with #C3BC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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