Html Css Color HEX #CD6323 Chocolate

📋 copy color: '#CD6323'

red 205 ◦ green 99 ◦ blue 35

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

Shades of Chocolate #CD6323

Tints of Chocolate #CD6323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.32%

R = 60.47%
G = 29.2%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CD6323 (or 0xCD6323) is known color: Chocolate. HEX triplet: CD, 63 and 23. RGB value is (205,99,35). Sum of RGB (Red+Green+Blue) = 205+99+35=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6323 is #329CDC. Grayscale: #7B7B7B. Windows color (decimal): -3316957 or 2319309. OLE color: 2319309.

HSL color Cylindrical-coordinate representation of color #CD6323: hue angle of 22.59º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD6323 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 99 35 -
CMYK 0 0.52 0.83 0.20
HSL 22.59º 0.71% 0.47% -
HSV(B) 22.59º 0.83% 0.8% -
XYZ 29.94 22.02 4.26 -
YUV 123.4 78.12 186.2 -
System Red Green Blue C M Y K H S L
Decimal 205 99 35 0 0.52 0.83 0.20 22.59 0.71 0.47
Hex CD 63 23 0 34 53 14 17 47 2F
Octal 315 143 43 0 64 123 24 27 107 57
Binary 11001101 1100011 100011 0 110100 1010011 10100 10111 1000111 101111

Color Harmonies of #CD6323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6323

Black with #CD6323

Text Example


Text Example

White with #CD6323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6323; }

 p { color: rgb(205,99,35); }

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

background-color css

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

 a { background-color: rgb(205,99,35); }

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

border-color css

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

 span { border-color: rgb(205,99,35); }

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