Html Css Color HEX #CC700A Chocolate

📋 copy color: '#CC700A'

red 204 ◦ green 112 ◦ blue 10

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

Shades of Chocolate #CC700A

Tints of Chocolate #CC700A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.07%

R = 62.58%
G = 34.36%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC700A (or 0xCC700A) is known color: Chocolate. HEX triplet: CC, 70 and 0A. RGB value is (204,112,10). Sum of RGB (Red+Green+Blue) = 204+112+10=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC700A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC700A is #338FF5. Grayscale: #808080. Windows color (decimal): -3379190 or 684236. OLE color: 684236.

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

Color convert

RGB 204 112 10 -
CMYK 0 0.45 0.95 0.2
HSL 31.55º 0.91% 0.42% -
HSV(B) 31.55º 0.95% 0.8% -
XYZ 30.75 24.45 3.39 -
YUV 127.88 61.48 182.29 -
System Red Green Blue C M Y K H S L
Decimal 204 112 10 0 0.45 0.95 0.2 31.55 0.91 0.42
Hex CC 70 A 0 2D 5F 14 20 5B 2A
Octal 314 160 12 0 55 137 24 40 133 52
Binary 11001100 1110000 1010 0 101101 1011111 10100 100000 1011011 101010

Color Harmonies of #CC700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC700A

Black with #CC700A

Text Example


Text Example

White with #CC700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC700A; }

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

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

background-color css

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

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

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

border-color css

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

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

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