Html Css Color HEX #C4B67E Yuma

📋 copy color: '#C4B67E'

red 196 ◦ green 182 ◦ blue 126

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

Shades of Yuma #C4B67E

Tints of Yuma #C4B67E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.11%

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

R = 38.89%
G = 36.11%
B = 25%

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

#C4B67E (or 0xC4B67E) is known color: Yuma. HEX triplet: C4, B6 and 7E. RGB value is (196,182,126). Sum of RGB (Red+Green+Blue) = 196+182+126=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B67E is #3B4981. Grayscale: #B4B4B4. Windows color (decimal): -3885442 or 8304324. OLE color: 8304324.

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

Color convert

RGB 196 182 126 -
CMYK 0 0.07 0.36 0.23
HSL 48º 0.37% 0.63% -
HSV(B) 48º 0.36% 0.77% -
XYZ 43.26 46.7 26.47 -
YUV 179.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 196 182 126 0 0.07 0.36 0.23 48 0.37 0.63
Hex C4 B6 7E 0 7 24 17 30 25 3F
Octal 304 266 176 0 7 44 27 60 45 77
Binary 11000100 10110110 1111110 0 111 100100 10111 110000 100101 111111

Color Harmonies of #C4B67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B67E

Black with #C4B67E

Text Example


Text Example

White with #C4B67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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