Html Css Color HEX #CC7107 Chocolate

📋 copy color: '#CC7107'

red 204 ◦ green 113 ◦ blue 7

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

Shades of Chocolate #CC7107

Tints of Chocolate #CC7107

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.88%

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 62.96%
G = 34.88%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC7107 (or 0xCC7107) is known color: Chocolate. HEX triplet: CC, 71 and 07. RGB value is (204,113,7). Sum of RGB (Red+Green+Blue) = 204+113+7=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7107 is #338EF8. Grayscale: #808080. Windows color (decimal): -3378937 or 487884. OLE color: 487884.

HSL color Cylindrical-coordinate representation of color #CC7107: hue angle of 32.28º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC7107 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 113 7 -
CMYK 0 0.45 0.97 0.2
HSL 32.28º 0.93% 0.41% -
HSV(B) 32.28º 0.97% 0.8% -
XYZ 30.85 24.66 3.34 -
YUV 128.13 59.65 182.12 -
System Red Green Blue C M Y K H S L
Decimal 204 113 7 0 0.45 0.97 0.2 32.28 0.93 0.41
Hex CC 71 7 0 2D 61 14 20 5D 29
Octal 314 161 7 0 55 141 24 40 135 51
Binary 11001100 1110001 111 0 101101 1100001 10100 100000 1011101 101001

Color Harmonies of #CC7107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7107

Black with #CC7107

Text Example


Text Example

White with #CC7107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7107; }

 p { color: rgb(204,113,7); }

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

background-color css

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

 a { background-color: rgb(204,113,7); }

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

border-color css

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

 span { border-color: rgb(204,113,7); }

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