Html Css Color HEX #CC7B3D Golden Bell

📋 copy color: '#CC7B3D'

red 204 ◦ green 123 ◦ blue 61

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

Shades of Golden Bell #CC7B3D

Tints of Golden Bell #CC7B3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.72%

R = 52.58%
G = 31.7%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC7B3D (or 0xCC7B3D) is known color: Golden Bell. HEX triplet: CC, 7B and 3D. RGB value is (204,123,61). Sum of RGB (Red+Green+Blue) = 204+123+61=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7B3D is #3384C2. Grayscale: #8C8C8C. Windows color (decimal): -3376323 or 4029388. OLE color: 4029388.

HSL color Cylindrical-coordinate representation of color #CC7B3D: hue angle of 26.01º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC7B3D is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 123 61 -
CMYK 0 0.40 0.70 0.2
HSL 26.01º 0.58% 0.52% -
HSV(B) 26.01º 0.7% 0.8% -
XYZ 32.83 27.34 7.96 -
YUV 140.15 83.34 173.54 -
System Red Green Blue C M Y K H S L
Decimal 204 123 61 0 0.40 0.70 0.2 26.01 0.58 0.52
Hex CC 7B 3D 0 28 46 14 1A 3A 34
Octal 314 173 75 0 50 106 24 32 72 64
Binary 11001100 1111011 111101 0 101000 1000110 10100 11010 111010 110100

Color Harmonies of #CC7B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B3D

Black with #CC7B3D

Text Example


Text Example

White with #CC7B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B3D; }

 p { color: rgb(204,123,61); }

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

background-color css

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

 a { background-color: rgb(204,123,61); }

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

border-color css

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

 span { border-color: rgb(204,123,61); }

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