Html Css Color HEX #CD6038 Ecstasy

📋 copy color: '#CD6038'

red 205 ◦ green 96 ◦ blue 56

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

Shades of Ecstasy #CD6038

Tints of Ecstasy #CD6038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.89%

 BLUE value IS 56 (22.27% from 255) = 15.69%

R = 57.42%
G = 26.89%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD6038 (or 0xCD6038) is known color: Ecstasy. HEX triplet: CD, 60 and 38. RGB value is (205,96,56). Sum of RGB (Red+Green+Blue) = 205+96+56=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6038 is #329FC7. Grayscale: #7C7C7C. Windows color (decimal): -3317704 or 3694797. OLE color: 3694797.

HSL color Cylindrical-coordinate representation of color #CD6038: hue angle of 16.11º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD6038 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 96 56 -
CMYK 0 0.53 0.73 0.20
HSL 16.11º 0.6% 0.51% -
HSV(B) 16.11º 0.73% 0.8% -
XYZ 30.07 21.63 6.33 -
YUV 124.03 89.61 185.75 -
System Red Green Blue C M Y K H S L
Decimal 205 96 56 0 0.53 0.73 0.20 16.11 0.6 0.51
Hex CD 60 38 0 35 49 14 10 3C 33
Octal 315 140 70 0 65 111 24 20 74 63
Binary 11001101 1100000 111000 0 110101 1001001 10100 10000 111100 110011

Color Harmonies of #CD6038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6038

Black with #CD6038

Text Example


Text Example

White with #CD6038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6038; }

 p { color: rgb(205,96,56); }

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

background-color css

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

 a { background-color: rgb(205,96,56); }

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

border-color css

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

 span { border-color: rgb(205,96,56); }

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