Html Css Color HEX #C97A38 Golden Bell

📋 copy color: '#C97A38'

red 201 ◦ green 122 ◦ blue 56

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

Shades of Golden Bell #C97A38

Tints of Golden Bell #C97A38

RGB

 RED value IS 201 (78.91% from 255) = 53.03%

 GREEN value IS 122 (48.05% from 255) = 32.19%

 BLUE value IS 56 (22.27% from 255) = 14.78%

R = 53.03%
G = 32.19%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C97A38 (or 0xC97A38) is known color: Golden Bell. HEX triplet: C9, 7A and 38. RGB value is (201,122,56). Sum of RGB (Red+Green+Blue) = 201+122+56=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97A38 is #3685C7. Grayscale: #8A8A8A. Windows color (decimal): -3573192 or 3701449. OLE color: 3701449.

HSL color Cylindrical-coordinate representation of color #C97A38: hue angle of 27.31º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C97A38 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 122 56 -
CMYK 0 0.39 0.72 0.21
HSL 27.31º 0.57% 0.5% -
HSV(B) 27.31º 0.72% 0.79% -
XYZ 31.76 26.62 7.21 -
YUV 138.1 81.67 172.87 -
System Red Green Blue C M Y K H S L
Decimal 201 122 56 0 0.39 0.72 0.21 27.31 0.57 0.5
Hex C9 7A 38 0 27 48 15 1B 39 32
Octal 311 172 70 0 47 110 25 33 71 62
Binary 11001001 1111010 111000 0 100111 1001000 10101 11011 111001 110010

Color Harmonies of #C97A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A38

Black with #C97A38

Text Example


Text Example

White with #C97A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A38; }

 p { color: rgb(201,122,56); }

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

background-color css

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

 a { background-color: rgb(201,122,56); }

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

border-color css

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

 span { border-color: rgb(201,122,56); }

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