Html Css Color HEX #CA6593 Hopbush

📋 copy color: '#CA6593'

red 202 ◦ green 101 ◦ blue 147

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

Shades of Hopbush #CA6593

Tints of Hopbush #CA6593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.44%

 BLUE value IS 147 (57.81% from 255) = 32.67%

R = 44.89%
G = 22.44%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA6593 (or 0xCA6593) is known color: Hopbush. HEX triplet: CA, 65 and 93. RGB value is (202,101,147). Sum of RGB (Red+Green+Blue) = 202+101+147=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6593 is #359A6C. Grayscale: #888888. Windows color (decimal): -3512941 or 9659850. OLE color: 9659850.

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

Color convert

RGB 202 101 147 -
CMYK 0 0.50 0.27 0.21
HSL 332.67º 0.49% 0.59% -
HSV(B) 332.67º 0.5% 0.79% -
XYZ 34.28 23.97 30.42 -
YUV 136.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 202 101 147 0 0.50 0.27 0.21 332.67 0.49 0.59
Hex CA 65 93 0 32 1B 15 14D 31 3B
Octal 312 145 223 0 62 33 25 515 61 73
Binary 11001010 1100101 10010011 0 110010 11011 10101 101001101 110001 111011

Color Harmonies of #CA6593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6593

Black with #CA6593

Text Example


Text Example

White with #CA6593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6593; }

 p { color: rgb(202,101,147); }

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

background-color css

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

 a { background-color: rgb(202,101,147); }

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

border-color css

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

 span { border-color: rgb(202,101,147); }

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