Html Css Color HEX #CA6735 Ecstasy

📋 copy color: '#CA6735'

red 202 ◦ green 103 ◦ blue 53

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

Shades of Ecstasy #CA6735

Tints of Ecstasy #CA6735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.8%

R = 56.42%
G = 28.77%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA6735 (or 0xCA6735) is known color: Ecstasy. HEX triplet: CA, 67 and 35. RGB value is (202,103,53). Sum of RGB (Red+Green+Blue) = 202+103+53=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6735 is #3598CA. Grayscale: #7F7F7F. Windows color (decimal): -3512523 or 3499978. OLE color: 3499978.

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

Color convert

RGB 202 103 53 -
CMYK 0 0.49 0.74 0.21
HSL 20.13º 0.58% 0.5% -
HSV(B) 20.13º 0.74% 0.79% -
XYZ 29.85 22.51 6.14 -
YUV 126.9 86.3 181.57 -
System Red Green Blue C M Y K H S L
Decimal 202 103 53 0 0.49 0.74 0.21 20.13 0.58 0.5
Hex CA 67 35 0 31 4A 15 14 3A 32
Octal 312 147 65 0 61 112 25 24 72 62
Binary 11001010 1100111 110101 0 110001 1001010 10101 10100 111010 110010

Color Harmonies of #CA6735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6735

Black with #CA6735

Text Example


Text Example

White with #CA6735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6735; }

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

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

background-color css

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

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

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

border-color css

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

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

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