Html Css Color HEX #C17D35 Golden Bell

📋 copy color: '#C17D35'

red 193 ◦ green 125 ◦ blue 53

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

Shades of Golden Bell #C17D35

Tints of Golden Bell #C17D35

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.69%

 BLUE value IS 53 (21.09% from 255) = 14.29%

R = 52.02%
G = 33.69%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C17D35 (or 0xC17D35) is known color: Golden Bell. HEX triplet: C1, 7D and 35. RGB value is (193,125,53). Sum of RGB (Red+Green+Blue) = 193+125+53=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17D35 is #3E82CA. Grayscale: #898989. Windows color (decimal): -4096715 or 3505601. OLE color: 3505601.

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

Color convert

RGB 193 125 53 -
CMYK 0 0.35 0.73 0.24
HSL 30.86º 0.57% 0.48% -
HSV(B) 30.86º 0.73% 0.76% -
XYZ 29.97 26.26 6.86 -
YUV 137.12 80.53 167.85 -
System Red Green Blue C M Y K H S L
Decimal 193 125 53 0 0.35 0.73 0.24 30.86 0.57 0.48
Hex C1 7D 35 0 23 49 18 1F 39 30
Octal 301 175 65 0 43 111 30 37 71 60
Binary 11000001 1111101 110101 0 100011 1001001 11000 11111 111001 110000

Color Harmonies of #C17D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D35

Black with #C17D35

Text Example


Text Example

White with #C17D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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