Html Css Color HEX #CA6A3E Ecstasy

📋 copy color: '#CA6A3E'

red 202 ◦ green 106 ◦ blue 62

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

Shades of Ecstasy #CA6A3E

Tints of Ecstasy #CA6A3E

RGB

 RED value IS 202 (79.3% from 255) = 54.59%

 GREEN value IS 106 (41.8% from 255) = 28.65%

 BLUE value IS 62 (24.61% from 255) = 16.76%

R = 54.59%
G = 28.65%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA6A3E (or 0xCA6A3E) is known color: Ecstasy. HEX triplet: CA, 6A and 3E. RGB value is (202,106,62). Sum of RGB (Red+Green+Blue) = 202+106+62=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6A3E is #3595C1. Grayscale: #818181. Windows color (decimal): -3511746 or 4090570. OLE color: 4090570.

HSL color Cylindrical-coordinate representation of color #CA6A3E: hue angle of 18.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA6A3E is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 106 62 -
CMYK 0 0.48 0.69 0.21
HSL 18.86º 0.57% 0.52% -
HSV(B) 18.86º 0.69% 0.79% -
XYZ 30.38 23.21 7.44 -
YUV 129.69 89.8 179.58 -
System Red Green Blue C M Y K H S L
Decimal 202 106 62 0 0.48 0.69 0.21 18.86 0.57 0.52
Hex CA 6A 3E 0 30 45 15 13 39 34
Octal 312 152 76 0 60 105 25 23 71 64
Binary 11001010 1101010 111110 0 110000 1000101 10101 10011 111001 110100

Color Harmonies of #CA6A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6A3E

Black with #CA6A3E

Text Example


Text Example

White with #CA6A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6A3E; }

 p { color: rgb(202,106,62); }

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

background-color css

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

 a { background-color: rgb(202,106,62); }

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

border-color css

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

 span { border-color: rgb(202,106,62); }

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