Html Css Color HEX #CC631D Chocolate

📋 copy color: '#CC631D'

red 204 ◦ green 99 ◦ blue 29

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

Shades of Chocolate #CC631D

Tints of Chocolate #CC631D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.73%

R = 61.45%
G = 29.82%
B = 8.73%

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

#CC631D (or 0xCC631D) is known color: Chocolate. HEX triplet: CC, 63 and 1D. RGB value is (204,99,29). Sum of RGB (Red+Green+Blue) = 204+99+29=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC631D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC631D is #339CE2. Grayscale: #7A7A7A. Windows color (decimal): -3382499 or 1926092. OLE color: 1926092.

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

Color convert

RGB 204 99 29 -
CMYK 0 0.51 0.86 0.2
HSL 24º 0.75% 0.46% -
HSV(B) 24º 0.86% 0.8% -
XYZ 29.59 21.85 3.82 -
YUV 122.42 75.29 186.19 -
System Red Green Blue C M Y K H S L
Decimal 204 99 29 0 0.51 0.86 0.2 24 0.75 0.46
Hex CC 63 1D 0 33 56 14 18 4B 2E
Octal 314 143 35 0 63 126 24 30 113 56
Binary 11001100 1100011 11101 0 110011 1010110 10100 11000 1001011 101110

Color Harmonies of #CC631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC631D

Black with #CC631D

Text Example


Text Example

White with #CC631D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC631D; }

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

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

background-color css

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

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

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

border-color css

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

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

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