Html Css Color HEX #C7BD8C Yuma

📋 copy color: '#C7BD8C'

red 199 ◦ green 189 ◦ blue 140

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

Shades of Yuma #C7BD8C

Tints of Yuma #C7BD8C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.8%

 BLUE value IS 140 (55.08% from 255) = 26.52%

R = 37.69%
G = 35.8%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7BD8C (or 0xC7BD8C) is known color: Yuma. HEX triplet: C7, BD and 8C. RGB value is (199,189,140). Sum of RGB (Red+Green+Blue) = 199+189+140=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BD8C is #384273. Grayscale: #BABABA. Windows color (decimal): -3687028 or 9223623. OLE color: 9223623.

HSL color Cylindrical-coordinate representation of color #C7BD8C: hue angle of 49.83º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7BD8C is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 189 140 -
CMYK 0 0.05 0.30 0.22
HSL 49.83º 0.35% 0.66% -
HSV(B) 49.83º 0.3% 0.78% -
XYZ 46.48 50.43 32.1 -
YUV 186.4 101.81 136.98 -
System Red Green Blue C M Y K H S L
Decimal 199 189 140 0 0.05 0.30 0.22 49.83 0.35 0.66
Hex C7 BD 8C 0 5 1E 16 32 23 42
Octal 307 275 214 0 5 36 26 62 43 102
Binary 11000111 10111101 10001100 0 101 11110 10110 110010 100011 1000010

Color Harmonies of #C7BD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD8C

Black with #C7BD8C

Text Example


Text Example

White with #C7BD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD8C; }

 p { color: rgb(199,189,140); }

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

background-color css

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

 a { background-color: rgb(199,189,140); }

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

border-color css

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

 span { border-color: rgb(199,189,140); }

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