Html Css Color HEX #C3BC7F Yuma

📋 copy color: '#C3BC7F'

red 195 ◦ green 188 ◦ blue 127

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

Shades of Yuma #C3BC7F

Tints of Yuma #C3BC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.9%

R = 38.24%
G = 36.86%
B = 24.9%

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

#C3BC7F (or 0xC3BC7F) is known color: Yuma. HEX triplet: C3, BC and 7F. RGB value is (195,188,127). Sum of RGB (Red+Green+Blue) = 195+188+127=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC7F is #3C4380. Grayscale: #B7B7B7. Windows color (decimal): -3949441 or 8371395. OLE color: 8371395.

HSL color Cylindrical-coordinate representation of color #C3BC7F: hue angle of 53.82º degrees, saturation: 0.36, 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 #C3BC7F is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 188 127 -
CMYK 0 0.04 0.35 0.24
HSL 53.82º 0.36% 0.63% -
HSV(B) 53.82º 0.35% 0.76% -
XYZ 44.32 49.1 27.22 -
YUV 183.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 195 188 127 0 0.04 0.35 0.24 53.82 0.36 0.63
Hex C3 BC 7F 0 4 23 18 36 24 3F
Octal 303 274 177 0 4 43 30 66 44 77
Binary 11000011 10111100 1111111 0 100 100011 11000 110110 100100 111111

Color Harmonies of #C3BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC7F

Black with #C3BC7F

Text Example


Text Example

White with #C3BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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