Html Css Color HEX #C7B485 Yuma

📋 copy color: '#C7B485'

red 199 ◦ green 180 ◦ blue 133

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

Shades of Yuma #C7B485

Tints of Yuma #C7B485

RGB

 RED value IS 199 (78.13% from 255) = 38.87%

 GREEN value IS 180 (70.7% from 255) = 35.16%

 BLUE value IS 133 (52.34% from 255) = 25.98%

R = 38.87%
G = 35.16%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C7B485 (or 0xC7B485) is known color: Yuma. HEX triplet: C7, B4 and 85. RGB value is (199,180,133). Sum of RGB (Red+Green+Blue) = 199+180+133=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B485 is #384B7A. Grayscale: #B4B4B4. Windows color (decimal): -3689339 or 8762567. OLE color: 8762567.

HSL color Cylindrical-coordinate representation of color #C7B485: hue angle of 42.73º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7B485 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 180 133 -
CMYK 0 0.10 0.33 0.22
HSL 42.73º 0.37% 0.65% -
HSV(B) 42.73º 0.33% 0.78% -
XYZ 44.11 46.48 28.84 -
YUV 180.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 199 180 133 0 0.10 0.33 0.22 42.73 0.37 0.65
Hex C7 B4 85 0 A 21 16 2B 25 41
Octal 307 264 205 0 12 41 26 53 45 101
Binary 11000111 10110100 10000101 0 1010 100001 10110 101011 100101 1000001

Color Harmonies of #C7B485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B485

Black with #C7B485

Text Example


Text Example

White with #C7B485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B485; }

 p { color: rgb(199,180,133); }

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

background-color css

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

 a { background-color: rgb(199,180,133); }

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

border-color css

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

 span { border-color: rgb(199,180,133); }

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