Html Css Color HEX #CA6A3F Ecstasy

📋 copy color: '#CA6A3F'

red 202 ◦ green 106 ◦ blue 63

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

Shades of Ecstasy #CA6A3F

Tints of Ecstasy #CA6A3F

RGB

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

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

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

R = 54.45%
G = 28.57%
B = 16.98%

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

#CA6A3F (or 0xCA6A3F) is known color: Ecstasy. HEX triplet: CA, 6A and 3F. RGB value is (202,106,63). Sum of RGB (Red+Green+Blue) = 202+106+63=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6A3F is #3595C0. Grayscale: #828282. Windows color (decimal): -3511745 or 4156106. OLE color: 4156106.

HSL color Cylindrical-coordinate representation of color #CA6A3F: hue angle of 18.56º 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 #CA6A3F is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 106 63 -
CMYK 0 0.48 0.69 0.21
HSL 18.56º 0.57% 0.52% -
HSV(B) 18.56º 0.69% 0.79% -
XYZ 30.41 23.22 7.58 -
YUV 129.8 90.3 179.5 -
System Red Green Blue C M Y K H S L
Decimal 202 106 63 0 0.48 0.69 0.21 18.56 0.57 0.52
Hex CA 6A 3F 0 30 45 15 13 39 34
Octal 312 152 77 0 60 105 25 23 71 64
Binary 11001010 1101010 111111 0 110000 1000101 10101 10011 111001 110100

Color Harmonies of #CA6A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6A3F

Black with #CA6A3F

Text Example


Text Example

White with #CA6A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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