Html Css Color HEX #CC631C Chocolate

📋 copy color: '#CC631C'

red 204 ◦ green 99 ◦ blue 28

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

Shades of Chocolate #CC631C

Tints of Chocolate #CC631C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

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

R = 61.63%
G = 29.91%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC631C (or 0xCC631C) is known color: Chocolate. HEX triplet: CC, 63 and 1C. RGB value is (204,99,28). Sum of RGB (Red+Green+Blue) = 204+99+28=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC631C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC631C is #339CE3. Grayscale: #7A7A7A. Windows color (decimal): -3382500 or 1860556. OLE color: 1860556.

HSL color Cylindrical-coordinate representation of color #CC631C: hue angle of 24.2º 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 #CC631C is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 99 28 -
CMYK 0 0.51 0.86 0.2
HSL 24.2º 0.76% 0.45% -
HSV(B) 24.2º 0.86% 0.8% -
XYZ 29.57 21.84 3.76 -
YUV 122.3 74.79 186.27 -
System Red Green Blue C M Y K H S L
Decimal 204 99 28 0 0.51 0.86 0.2 24.2 0.76 0.45
Hex CC 63 1C 0 33 56 14 18 4C 2D
Octal 314 143 34 0 63 126 24 30 114 55
Binary 11001100 1100011 11100 0 110011 1010110 10100 11000 1001100 101101

Color Harmonies of #CC631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC631C

Black with #CC631C

Text Example


Text Example

White with #CC631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC631C; }

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

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

background-color css

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

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

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

border-color css

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

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

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