Html Css Color HEX #CA693E Ecstasy

📋 copy color: '#CA693E'

red 202 ◦ green 105 ◦ blue 62

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

Shades of Ecstasy #CA693E

Tints of Ecstasy #CA693E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.46%

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

R = 54.74%
G = 28.46%
B = 16.8%

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

#CA693E (or 0xCA693E) is known color: Ecstasy. HEX triplet: CA, 69 and 3E. RGB value is (202,105,62). Sum of RGB (Red+Green+Blue) = 202+105+62=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA693E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA693E is #3596C1. Grayscale: #818181. Windows color (decimal): -3512002 or 4090314. OLE color: 4090314.

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

Color convert

RGB 202 105 62 -
CMYK 0 0.48 0.69 0.21
HSL 18.43º 0.57% 0.52% -
HSV(B) 18.43º 0.69% 0.79% -
XYZ 30.28 23.01 7.4 -
YUV 129.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 202 105 62 0 0.48 0.69 0.21 18.43 0.57 0.52
Hex CA 69 3E 0 30 45 15 12 39 34
Octal 312 151 76 0 60 105 25 22 71 64
Binary 11001010 1101001 111110 0 110000 1000101 10101 10010 111001 110100

Color Harmonies of #CA693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA693E

Black with #CA693E

Text Example


Text Example

White with #CA693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA693E; }

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

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

background-color css

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

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

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

border-color css

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

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

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