Html Css Color HEX #CC650E Chocolate

📋 copy color: '#CC650E'

red 204 ◦ green 101 ◦ blue 14

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

Shades of Chocolate #CC650E

Tints of Chocolate #CC650E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.66%

 BLUE value IS 14 (5.86% from 255) = 4.39%

R = 63.95%
G = 31.66%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC650E (or 0xCC650E) is known color: Chocolate. HEX triplet: CC, 65 and 0E. RGB value is (204,101,14). Sum of RGB (Red+Green+Blue) = 204+101+14=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC650E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC650E is #339AF1. Grayscale: #7A7A7A. Windows color (decimal): -3382002 or 943564. OLE color: 943564.

HSL color Cylindrical-coordinate representation of color #CC650E: hue angle of 27.47º degrees, saturation: 0.87, 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 #CC650E is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 101 14 -
CMYK 0 0.50 0.93 0.2
HSL 27.47º 0.87% 0.43% -
HSV(B) 27.47º 0.93% 0.8% -
XYZ 29.63 22.18 3.13 -
YUV 121.88 67.12 186.57 -
System Red Green Blue C M Y K H S L
Decimal 204 101 14 0 0.50 0.93 0.2 27.47 0.87 0.43
Hex CC 65 E 0 32 5D 14 1B 57 2B
Octal 314 145 16 0 62 135 24 33 127 53
Binary 11001100 1100101 1110 0 110010 1011101 10100 11011 1010111 101011

Color Harmonies of #CC650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC650E

Black with #CC650E

Text Example


Text Example

White with #CC650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC650E; }

 p { color: rgb(204,101,14); }

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

background-color css

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

 a { background-color: rgb(204,101,14); }

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

border-color css

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

 span { border-color: rgb(204,101,14); }

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