Html Css Color HEX #CC7D3A Golden Bell

📋 copy color: '#CC7D3A'

red 204 ◦ green 125 ◦ blue 58

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

Shades of Golden Bell #CC7D3A

Tints of Golden Bell #CC7D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.99%

R = 52.71%
G = 32.3%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC7D3A (or 0xCC7D3A) is known color: Golden Bell. HEX triplet: CC, 7D and 3A. RGB value is (204,125,58). Sum of RGB (Red+Green+Blue) = 204+125+58=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D3A is #3382C5. Grayscale: #8D8D8D. Windows color (decimal): -3375814 or 3833292. OLE color: 3833292.

HSL color Cylindrical-coordinate representation of color #CC7D3A: hue angle of 27.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 #CC7D3A is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 125 58 -
CMYK 0 0.39 0.72 0.2
HSL 27.53º 0.59% 0.51% -
HSV(B) 27.53º 0.72% 0.8% -
XYZ 33 27.81 7.63 -
YUV 140.98 81.17 172.95 -
System Red Green Blue C M Y K H S L
Decimal 204 125 58 0 0.39 0.72 0.2 27.53 0.59 0.51
Hex CC 7D 3A 0 27 48 14 1C 3B 33
Octal 314 175 72 0 47 110 24 34 73 63
Binary 11001100 1111101 111010 0 100111 1001000 10100 11100 111011 110011

Color Harmonies of #CC7D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D3A

Black with #CC7D3A

Text Example


Text Example

White with #CC7D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D3A; }

 p { color: rgb(204,125,58); }

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

background-color css

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

 a { background-color: rgb(204,125,58); }

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

border-color css

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

 span { border-color: rgb(204,125,58); }

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