Html Css Color HEX #CC650D Chocolate

📋 copy color: '#CC650D'

red 204 ◦ green 101 ◦ blue 13

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

Shades of Chocolate #CC650D

Tints of Chocolate #CC650D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.09%

R = 64.15%
G = 31.76%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC650D (or 0xCC650D) is known color: Chocolate. HEX triplet: CC, 65 and 0D. RGB value is (204,101,13). Sum of RGB (Red+Green+Blue) = 204+101+13=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC650D is #339AF2. Grayscale: #7A7A7A. Windows color (decimal): -3382003 or 878028. OLE color: 878028.

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

Color convert

RGB 204 101 13 -
CMYK 0 0.50 0.94 0.2
HSL 27.64º 0.88% 0.43% -
HSV(B) 27.64º 0.94% 0.8% -
XYZ 29.63 22.17 3.1 -
YUV 121.77 66.62 186.66 -
System Red Green Blue C M Y K H S L
Decimal 204 101 13 0 0.50 0.94 0.2 27.64 0.88 0.43
Hex CC 65 D 0 32 5E 14 1C 58 2B
Octal 314 145 15 0 62 136 24 34 130 53
Binary 11001100 1100101 1101 0 110010 1011110 10100 11100 1011000 101011

Color Harmonies of #CC650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC650D

Black with #CC650D

Text Example


Text Example

White with #CC650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC650D; }

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

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

background-color css

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

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

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

border-color css

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

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

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