Html Css Color HEX #CC631B Chocolate

📋 copy color: '#CC631B'

red 204 ◦ green 99 ◦ blue 27

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

Shades of Chocolate #CC631B

Tints of Chocolate #CC631B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 61.82%
G = 30%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC631B (or 0xCC631B) is known color: Chocolate. HEX triplet: CC, 63 and 1B. RGB value is (204,99,27). Sum of RGB (Red+Green+Blue) = 204+99+27=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC631B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC631B is #339CE4. Grayscale: #7A7A7A. Windows color (decimal): -3382501 or 1795020. OLE color: 1795020.

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

Color convert

RGB 204 99 27 -
CMYK 0 0.51 0.87 0.2
HSL 24.41º 0.77% 0.45% -
HSV(B) 24.41º 0.87% 0.8% -
XYZ 29.56 21.84 3.69 -
YUV 122.19 74.29 186.35 -
System Red Green Blue C M Y K H S L
Decimal 204 99 27 0 0.51 0.87 0.2 24.41 0.77 0.45
Hex CC 63 1B 0 33 57 14 18 4D 2D
Octal 314 143 33 0 63 127 24 30 115 55
Binary 11001100 1100011 11011 0 110011 1010111 10100 11000 1001101 101101

Color Harmonies of #CC631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC631B

Black with #CC631B

Text Example


Text Example

White with #CC631B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC631B; }

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

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

background-color css

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

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

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

border-color css

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

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

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