Html Css Color HEX #CA6599 Hopbush

📋 copy color: '#CA6599'

red 202 ◦ green 101 ◦ blue 153

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

Shades of Hopbush #CA6599

Tints of Hopbush #CA6599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.55%

R = 44.3%
G = 22.15%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA6599 (or 0xCA6599) is known color: Hopbush. HEX triplet: CA, 65 and 99. RGB value is (202,101,153). Sum of RGB (Red+Green+Blue) = 202+101+153=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6599 is #359A66. Grayscale: #898989. Windows color (decimal): -3512935 or 10053066. OLE color: 10053066.

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

Color convert

RGB 202 101 153 -
CMYK 0 0.50 0.24 0.21
HSL 329.11º 0.49% 0.59% -
HSV(B) 329.11º 0.5% 0.79% -
XYZ 34.76 24.16 32.97 -
YUV 137.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 202 101 153 0 0.50 0.24 0.21 329.11 0.49 0.59
Hex CA 65 99 0 32 18 15 149 31 3B
Octal 312 145 231 0 62 30 25 511 61 73
Binary 11001010 1100101 10011001 0 110010 11000 10101 101001001 110001 111011

Color Harmonies of #CA6599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6599

Black with #CA6599

Text Example


Text Example

White with #CA6599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6599; }

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

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

background-color css

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

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

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

border-color css

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

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

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