Html Css Color HEX #CA6741 Ecstasy

📋 copy color: '#CA6741'

red 202 ◦ green 103 ◦ blue 65

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

Shades of Ecstasy #CA6741

Tints of Ecstasy #CA6741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.57%

R = 54.59%
G = 27.84%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA6741 (or 0xCA6741) is known color: Ecstasy. HEX triplet: CA, 67 and 41. RGB value is (202,103,65). Sum of RGB (Red+Green+Blue) = 202+103+65=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6741 is #3598BE. Grayscale: #808080. Windows color (decimal): -3512511 or 4286410. OLE color: 4286410.

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

Color convert

RGB 202 103 65 -
CMYK 0 0.49 0.68 0.21
HSL 16.64º 0.56% 0.52% -
HSV(B) 16.64º 0.68% 0.79% -
XYZ 30.16 22.64 7.78 -
YUV 128.27 92.3 180.59 -
System Red Green Blue C M Y K H S L
Decimal 202 103 65 0 0.49 0.68 0.21 16.64 0.56 0.52
Hex CA 67 41 0 31 44 15 11 38 34
Octal 312 147 101 0 61 104 25 21 70 64
Binary 11001010 1100111 1000001 0 110001 1000100 10101 10001 111000 110100

Color Harmonies of #CA6741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6741

Black with #CA6741

Text Example


Text Example

White with #CA6741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6741; }

 p { color: rgb(202,103,65); }

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

background-color css

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

 a { background-color: rgb(202,103,65); }

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

border-color css

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

 span { border-color: rgb(202,103,65); }

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