Html Css Color HEX #C97B3C Golden Bell

📋 copy color: '#C97B3C'

red 201 ◦ green 123 ◦ blue 60

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

Shades of Golden Bell #C97B3C

Tints of Golden Bell #C97B3C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.03%

 BLUE value IS 60 (23.83% from 255) = 15.63%

R = 52.34%
G = 32.03%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C97B3C (or 0xC97B3C) is known color: Golden Bell. HEX triplet: C9, 7B and 3C. RGB value is (201,123,60). Sum of RGB (Red+Green+Blue) = 201+123+60=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97B3C is #3684C3. Grayscale: #8B8B8B. Windows color (decimal): -3572932 or 3963849. OLE color: 3963849.

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

Color convert

RGB 201 123 60 -
CMYK 0 0.39 0.70 0.21
HSL 26.81º 0.57% 0.51% -
HSV(B) 26.81º 0.7% 0.79% -
XYZ 31.99 26.91 7.78 -
YUV 139.14 83.34 172.12 -
System Red Green Blue C M Y K H S L
Decimal 201 123 60 0 0.39 0.70 0.21 26.81 0.57 0.51
Hex C9 7B 3C 0 27 46 15 1B 39 33
Octal 311 173 74 0 47 106 25 33 71 63
Binary 11001001 1111011 111100 0 100111 1000110 10101 11011 111001 110011

Color Harmonies of #C97B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97B3C

Black with #C97B3C

Text Example


Text Example

White with #C97B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97B3C; }

 p { color: rgb(201,123,60); }

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

background-color css

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

 a { background-color: rgb(201,123,60); }

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

border-color css

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

 span { border-color: rgb(201,123,60); }

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