Html Css Color HEX #CD621C Chocolate

📋 copy color: '#CD621C'

red 205 ◦ green 98 ◦ blue 28

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

Shades of Chocolate #CD621C

Tints of Chocolate #CD621C

RGB

 RED value IS 205 (80.47% from 255) = 61.93%

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

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

R = 61.93%
G = 29.61%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD621C (or 0xCD621C) is known color: Chocolate. HEX triplet: CD, 62 and 1C. RGB value is (205,98,28). Sum of RGB (Red+Green+Blue) = 205+98+28=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD621C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD621C is #329DE3. Grayscale: #7A7A7A. Windows color (decimal): -3317220 or 1860301. OLE color: 1860301.

HSL color Cylindrical-coordinate representation of color #CD621C: hue angle of 23.73º degrees, saturation: 0.76, 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 #CD621C is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 98 28 -
CMYK 0 0.52 0.86 0.20
HSL 23.73º 0.76% 0.46% -
HSV(B) 23.73º 0.86% 0.8% -
XYZ 29.75 21.8 3.74 -
YUV 122.01 74.95 187.19 -
System Red Green Blue C M Y K H S L
Decimal 205 98 28 0 0.52 0.86 0.20 23.73 0.76 0.46
Hex CD 62 1C 0 34 56 14 18 4C 2E
Octal 315 142 34 0 64 126 24 30 114 56
Binary 11001101 1100010 11100 0 110100 1010110 10100 11000 1001100 101110

Color Harmonies of #CD621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD621C

Black with #CD621C

Text Example


Text Example

White with #CD621C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD621C; }

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

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

background-color css

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

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

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

border-color css

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

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

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