Html Css Color HEX #CC813B Golden Bell

📋 copy color: '#CC813B'

red 204 ◦ green 129 ◦ blue 59

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

Shades of Golden Bell #CC813B

Tints of Golden Bell #CC813B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.91%

 BLUE value IS 59 (23.44% from 255) = 15.05%

R = 52.04%
G = 32.91%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC813B (or 0xCC813B) is known color: Golden Bell. HEX triplet: CC, 81 and 3B. RGB value is (204,129,59). Sum of RGB (Red+Green+Blue) = 204+129+59=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 59 (23.44% from 255 or 15.05% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC813B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC813B is #337EC4. Grayscale: #8F8F8F. Windows color (decimal): -3374789 or 3899852. OLE color: 3899852.

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

Color convert

RGB 204 129 59 -
CMYK 0 0.37 0.71 0.2
HSL 28.97º 0.59% 0.52% -
HSV(B) 28.97º 0.71% 0.8% -
XYZ 33.54 28.85 7.94 -
YUV 143.45 80.35 171.19 -
System Red Green Blue C M Y K H S L
Decimal 204 129 59 0 0.37 0.71 0.2 28.97 0.59 0.52
Hex CC 81 3B 0 25 47 14 1D 3B 34
Octal 314 201 73 0 45 107 24 35 73 64
Binary 11001100 10000001 111011 0 100101 1000111 10100 11101 111011 110100

Color Harmonies of #CC813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC813B

Black with #CC813B

Text Example


Text Example

White with #CC813B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC813B; }

 p { color: rgb(204,129,59); }

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

background-color css

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

 a { background-color: rgb(204,129,59); }

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

border-color css

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

 span { border-color: rgb(204,129,59); }

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