Html Css Color HEX #CC621C Chocolate

📋 copy color: '#CC621C'

red 204 ◦ green 98 ◦ blue 28

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

Shades of Chocolate #CC621C

Tints of Chocolate #CC621C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

 BLUE value IS 28 (11.33% from 255) = 8.48%

R = 61.82%
G = 29.7%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC621C (or 0xCC621C) is known color: Chocolate. HEX triplet: CC, 62 and 1C. RGB value is (204,98,28). Sum of RGB (Red+Green+Blue) = 204+98+28=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC621C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC621C is #339DE3. Grayscale: #7A7A7A. Windows color (decimal): -3382756 or 1860300. OLE color: 1860300.

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

Color convert

RGB 204 98 28 -
CMYK 0 0.52 0.86 0.2
HSL 23.86º 0.76% 0.45% -
HSV(B) 23.86º 0.86% 0.8% -
XYZ 29.48 21.66 3.73 -
YUV 121.71 75.12 186.69 -
System Red Green Blue C M Y K H S L
Decimal 204 98 28 0 0.52 0.86 0.2 23.86 0.76 0.45
Hex CC 62 1C 0 34 56 14 18 4C 2D
Octal 314 142 34 0 64 126 24 30 114 55
Binary 11001100 1100010 11100 0 110100 1010110 10100 11000 1001100 101101

Color Harmonies of #CC621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC621C

Black with #CC621C

Text Example


Text Example

White with #CC621C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC621C; }

 p { color: rgb(204,98,28); }

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

background-color css

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

 a { background-color: rgb(204,98,28); }

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

border-color css

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

 span { border-color: rgb(204,98,28); }

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