Html Css Color HEX #C4B77D Yuma

📋 copy color: '#C4B77D'

red 196 ◦ green 183 ◦ blue 125

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

Shades of Yuma #C4B77D

Tints of Yuma #C4B77D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.31%

 BLUE value IS 125 (49.22% from 255) = 24.8%

R = 38.89%
G = 36.31%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4B77D (or 0xC4B77D) is known color: Yuma. HEX triplet: C4, B7 and 7D. RGB value is (196,183,125). Sum of RGB (Red+Green+Blue) = 196+183+125=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B77D is #3B4882. Grayscale: #B4B4B4. Windows color (decimal): -3885187 or 8239044. OLE color: 8239044.

HSL color Cylindrical-coordinate representation of color #C4B77D: hue angle of 49.01º degrees, saturation: 0.38, 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 #C4B77D is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 183 125 -
CMYK 0 0.07 0.36 0.23
HSL 49.01º 0.38% 0.63% -
HSV(B) 49.01º 0.36% 0.77% -
XYZ 43.4 47.08 26.2 -
YUV 180.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 196 183 125 0 0.07 0.36 0.23 49.01 0.38 0.63
Hex C4 B7 7D 0 7 24 17 31 26 3F
Octal 304 267 175 0 7 44 27 61 46 77
Binary 11000100 10110111 1111101 0 111 100100 10111 110001 100110 111111

Color Harmonies of #C4B77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B77D

Black with #C4B77D

Text Example


Text Example

White with #C4B77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B77D; }

 p { color: rgb(196,183,125); }

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

background-color css

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

 a { background-color: rgb(196,183,125); }

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

border-color css

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

 span { border-color: rgb(196,183,125); }

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