Html Css Color HEX #CC6734 Ecstasy

📋 copy color: '#CC6734'

red 204 ◦ green 103 ◦ blue 52

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

Shades of Ecstasy #CC6734

Tints of Ecstasy #CC6734

RGB

 RED value IS 204 (80.08% from 255) = 56.82%

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

 BLUE value IS 52 (20.7% from 255) = 14.48%

R = 56.82%
G = 28.69%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC6734 (or 0xCC6734) is known color: Ecstasy. HEX triplet: CC, 67 and 34. RGB value is (204,103,52). Sum of RGB (Red+Green+Blue) = 204+103+52=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6734 is #3398CB. Grayscale: #7F7F7F. Windows color (decimal): -3381452 or 3434444. OLE color: 3434444.

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

Color convert

RGB 204 103 52 -
CMYK 0 0.50 0.75 0.2
HSL 20.13º 0.6% 0.5% -
HSV(B) 20.13º 0.75% 0.8% -
XYZ 30.37 22.79 6.05 -
YUV 127.39 85.46 182.65 -
System Red Green Blue C M Y K H S L
Decimal 204 103 52 0 0.50 0.75 0.2 20.13 0.6 0.5
Hex CC 67 34 0 32 4B 14 14 3C 32
Octal 314 147 64 0 62 113 24 24 74 62
Binary 11001100 1100111 110100 0 110010 1001011 10100 10100 111100 110010

Color Harmonies of #CC6734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6734

Black with #CC6734

Text Example


Text Example

White with #CC6734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6734; }

 p { color: rgb(204,103,52); }

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

background-color css

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

 a { background-color: rgb(204,103,52); }

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

border-color css

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

 span { border-color: rgb(204,103,52); }

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