Html Css Color HEX #CC700F Chocolate

📋 copy color: '#CC700F'

red 204 ◦ green 112 ◦ blue 15

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

Shades of Chocolate #CC700F

Tints of Chocolate #CC700F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.84%

 BLUE value IS 15 (6.25% from 255) = 4.53%

R = 61.63%
G = 33.84%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC700F (or 0xCC700F) is known color: Chocolate. HEX triplet: CC, 70 and 0F. RGB value is (204,112,15). Sum of RGB (Red+Green+Blue) = 204+112+15=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC700F is #338FF0. Grayscale: #808080. Windows color (decimal): -3379185 or 1011916. OLE color: 1011916.

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

Color convert

RGB 204 112 15 -
CMYK 0 0.45 0.93 0.2
HSL 30.79º 0.86% 0.43% -
HSV(B) 30.79º 0.93% 0.8% -
XYZ 30.78 24.46 3.55 -
YUV 128.45 63.98 181.89 -
System Red Green Blue C M Y K H S L
Decimal 204 112 15 0 0.45 0.93 0.2 30.79 0.86 0.43
Hex CC 70 F 0 2D 5D 14 1F 56 2B
Octal 314 160 17 0 55 135 24 37 126 53
Binary 11001100 1110000 1111 0 101101 1011101 10100 11111 1010110 101011

Color Harmonies of #CC700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC700F

Black with #CC700F

Text Example


Text Example

White with #CC700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC700F; }

 p { color: rgb(204,112,15); }

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

background-color css

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

 a { background-color: rgb(204,112,15); }

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

border-color css

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

 span { border-color: rgb(204,112,15); }

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