Html Css Color HEX #CC7F3A Golden Bell

📋 copy color: '#CC7F3A'

red 204 ◦ green 127 ◦ blue 58

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

Shades of Golden Bell #CC7F3A

Tints of Golden Bell #CC7F3A

RGB

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

 GREEN value IS 127 (50% from 255) = 32.65%

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

R = 52.44%
G = 32.65%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC7F3A (or 0xCC7F3A) is known color: Golden Bell. HEX triplet: CC, 7F and 3A. RGB value is (204,127,58). Sum of RGB (Red+Green+Blue) = 204+127+58=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7F3A is #3380C5. Grayscale: #8E8E8E. Windows color (decimal): -3375302 or 3833804. OLE color: 3833804.

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

Color convert

RGB 204 127 58 -
CMYK 0 0.38 0.72 0.2
HSL 28.36º 0.59% 0.51% -
HSV(B) 28.36º 0.72% 0.8% -
XYZ 33.25 28.32 7.72 -
YUV 142.16 80.51 172.11 -
System Red Green Blue C M Y K H S L
Decimal 204 127 58 0 0.38 0.72 0.2 28.36 0.59 0.51
Hex CC 7F 3A 0 26 48 14 1C 3B 33
Octal 314 177 72 0 46 110 24 34 73 63
Binary 11001100 1111111 111010 0 100110 1001000 10100 11100 111011 110011

Color Harmonies of #CC7F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F3A

Black with #CC7F3A

Text Example


Text Example

White with #CC7F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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