Html Css Color HEX #CC7A39 Golden Bell

📋 copy color: '#CC7A39'

red 204 ◦ green 122 ◦ blue 57

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

Shades of Golden Bell #CC7A39

Tints of Golden Bell #CC7A39

RGB

 RED value IS 204 (80.08% from 255) = 53.26%

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

 BLUE value IS 57 (22.66% from 255) = 14.88%

R = 53.26%
G = 31.85%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC7A39 (or 0xCC7A39) is known color: Golden Bell. HEX triplet: CC, 7A and 39. RGB value is (204,122,57). Sum of RGB (Red+Green+Blue) = 204+122+57=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A39 is #3385C6. Grayscale: #8B8B8B. Windows color (decimal): -3376583 or 3766988. OLE color: 3766988.

HSL color Cylindrical-coordinate representation of color #CC7A39: hue angle of 26.53º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC7A39 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 122 57 -
CMYK 0 0.40 0.72 0.2
HSL 26.53º 0.59% 0.51% -
HSV(B) 26.53º 0.72% 0.8% -
XYZ 32.6 27.05 7.37 -
YUV 139.11 81.67 174.29 -
System Red Green Blue C M Y K H S L
Decimal 204 122 57 0 0.40 0.72 0.2 26.53 0.59 0.51
Hex CC 7A 39 0 28 48 14 1B 3B 33
Octal 314 172 71 0 50 110 24 33 73 63
Binary 11001100 1111010 111001 0 101000 1001000 10100 11011 111011 110011

Color Harmonies of #CC7A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A39

Black with #CC7A39

Text Example


Text Example

White with #CC7A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A39; }

 p { color: rgb(204,122,57); }

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

background-color css

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

 a { background-color: rgb(204,122,57); }

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

border-color css

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

 span { border-color: rgb(204,122,57); }

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