Html Css Color HEX #C5B67E Yuma

📋 copy color: '#C5B67E'

red 197 ◦ green 182 ◦ blue 126

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

Shades of Yuma #C5B67E

Tints of Yuma #C5B67E

RGB

 RED value IS 197 (77.34% from 255) = 39.01%

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

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

R = 39.01%
G = 36.04%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5B67E (or 0xC5B67E) is known color: Yuma. HEX triplet: C5, B6 and 7E. RGB value is (197,182,126). Sum of RGB (Red+Green+Blue) = 197+182+126=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B67E is #3A4981. Grayscale: #B4B4B4. Windows color (decimal): -3819906 or 8304325. OLE color: 8304325.

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

Color convert

RGB 197 182 126 -
CMYK 0 0.08 0.36 0.23
HSL 47.32º 0.38% 0.63% -
HSV(B) 47.32º 0.36% 0.77% -
XYZ 43.52 46.83 26.48 -
YUV 180.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 197 182 126 0 0.08 0.36 0.23 47.32 0.38 0.63
Hex C5 B6 7E 0 8 24 17 2F 26 3F
Octal 305 266 176 0 10 44 27 57 46 77
Binary 11000101 10110110 1111110 0 1000 100100 10111 101111 100110 111111

Color Harmonies of #C5B67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B67E

Black with #C5B67E

Text Example


Text Example

White with #C5B67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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