Html Css Color HEX #C1B97D Yuma

📋 copy color: '#C1B97D'

red 193 ◦ green 185 ◦ blue 125

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

Shades of Yuma #C1B97D

Tints of Yuma #C1B97D

RGB

 RED value IS 193 (75.78% from 255) = 38.37%

 GREEN value IS 185 (72.66% from 255) = 36.78%

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

R = 38.37%
G = 36.78%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1B97D (or 0xC1B97D) is known color: Yuma. HEX triplet: C1, B9 and 7D. RGB value is (193,185,125). Sum of RGB (Red+Green+Blue) = 193+185+125=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B97D is #3E4682. Grayscale: #B4B4B4. Windows color (decimal): -4081283 or 8239553. OLE color: 8239553.

HSL color Cylindrical-coordinate representation of color #C1B97D: hue angle of 52.94º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1B97D is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 185 125 -
CMYK 0 0.04 0.35 0.24
HSL 52.94º 0.35% 0.62% -
HSV(B) 52.94º 0.35% 0.76% -
XYZ 43.04 47.52 26.3 -
YUV 180.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 193 185 125 0 0.04 0.35 0.24 52.94 0.35 0.62
Hex C1 B9 7D 0 4 23 18 35 23 3E
Octal 301 271 175 0 4 43 30 65 43 76
Binary 11000001 10111001 1111101 0 100 100011 11000 110101 100011 111110

Color Harmonies of #C1B97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B97D

Black with #C1B97D

Text Example


Text Example

White with #C1B97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B97D; }

 p { color: rgb(193,185,125); }

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

background-color css

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

 a { background-color: rgb(193,185,125); }

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

border-color css

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

 span { border-color: rgb(193,185,125); }

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