Html Css Color HEX #CD6735 Ecstasy

📋 copy color: '#CD6735'

red 205 ◦ green 103 ◦ blue 53

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

Shades of Ecstasy #CD6735

Tints of Ecstasy #CD6735

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.53%

 BLUE value IS 53 (21.09% from 255) = 14.68%

R = 56.79%
G = 28.53%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD6735 (or 0xCD6735) is known color: Ecstasy. HEX triplet: CD, 67 and 35. RGB value is (205,103,53). Sum of RGB (Red+Green+Blue) = 205+103+53=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6735 is #3298CA. Grayscale: #808080. Windows color (decimal): -3315915 or 3499981. OLE color: 3499981.

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

Color convert

RGB 205 103 53 -
CMYK 0 0.50 0.74 0.20
HSL 19.74º 0.6% 0.51% -
HSV(B) 19.74º 0.74% 0.8% -
XYZ 30.67 22.94 6.18 -
YUV 127.8 85.79 183.07 -
System Red Green Blue C M Y K H S L
Decimal 205 103 53 0 0.50 0.74 0.20 19.74 0.6 0.51
Hex CD 67 35 0 32 4A 14 14 3C 33
Octal 315 147 65 0 62 112 24 24 74 63
Binary 11001101 1100111 110101 0 110010 1001010 10100 10100 111100 110011

Color Harmonies of #CD6735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6735

Black with #CD6735

Text Example


Text Example

White with #CD6735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6735; }

 p { color: rgb(205,103,53); }

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

background-color css

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

 a { background-color: rgb(205,103,53); }

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

border-color css

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

 span { border-color: rgb(205,103,53); }

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