Html Css Color HEX #CD673F Ecstasy

📋 copy color: '#CD673F'

red 205 ◦ green 103 ◦ blue 63

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

Shades of Ecstasy #CD673F

Tints of Ecstasy #CD673F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.98%

R = 55.26%
G = 27.76%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD673F (or 0xCD673F) is known color: Ecstasy. HEX triplet: CD, 67 and 3F. RGB value is (205,103,63). Sum of RGB (Red+Green+Blue) = 205+103+63=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD673F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD673F is #3298C0. Grayscale: #818181. Windows color (decimal): -3315905 or 4155341. OLE color: 4155341.

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

Color convert

RGB 205 103 63 -
CMYK 0 0.50 0.69 0.20
HSL 16.9º 0.59% 0.53% -
HSV(B) 16.9º 0.69% 0.8% -
XYZ 30.92 23.04 7.52 -
YUV 128.94 90.79 182.25 -
System Red Green Blue C M Y K H S L
Decimal 205 103 63 0 0.50 0.69 0.20 16.9 0.59 0.53
Hex CD 67 3F 0 32 45 14 11 3B 35
Octal 315 147 77 0 62 105 24 21 73 65
Binary 11001101 1100111 111111 0 110010 1000101 10100 10001 111011 110101

Color Harmonies of #CD673F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD673F

Black with #CD673F

Text Example


Text Example

White with #CD673F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD673F; }

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

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

background-color css

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

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

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

border-color css

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

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

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