Html Css Color HEX #C4BC7E Yuma

📋 copy color: '#C4BC7E'

red 196 ◦ green 188 ◦ blue 126

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

Shades of Yuma #C4BC7E

Tints of Yuma #C4BC7E

RGB

 RED value IS 196 (76.95% from 255) = 38.43%

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

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

R = 38.43%
G = 36.86%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4BC7E (or 0xC4BC7E) is known color: Yuma. HEX triplet: C4, BC and 7E. RGB value is (196,188,126). Sum of RGB (Red+Green+Blue) = 196+188+126=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC7E is #3B4381. Grayscale: #B7B7B7. Windows color (decimal): -3883906 or 8305860. OLE color: 8305860.

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

Color convert

RGB 196 188 126 -
CMYK 0 0.04 0.36 0.23
HSL 53.14º 0.37% 0.63% -
HSV(B) 53.14º 0.36% 0.77% -
XYZ 44.51 49.21 26.89 -
YUV 183.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 196 188 126 0 0.04 0.36 0.23 53.14 0.37 0.63
Hex C4 BC 7E 0 4 24 17 35 25 3F
Octal 304 274 176 0 4 44 27 65 45 77
Binary 11000100 10111100 1111110 0 100 100100 10111 110101 100101 111111

Color Harmonies of #C4BC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC7E

Black with #C4BC7E

Text Example


Text Example

White with #C4BC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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