Html Css Color HEX #CA6598 Hopbush

📋 copy color: '#CA6598'

red 202 ◦ green 101 ◦ blue 152

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

Shades of Hopbush #CA6598

Tints of Hopbush #CA6598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.41%

R = 44.4%
G = 22.2%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA6598 (or 0xCA6598) is known color: Hopbush. HEX triplet: CA, 65 and 98. RGB value is (202,101,152). Sum of RGB (Red+Green+Blue) = 202+101+152=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6598 is #359A67. Grayscale: #888888. Windows color (decimal): -3512936 or 9987530. OLE color: 9987530.

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

Color convert

RGB 202 101 152 -
CMYK 0 0.50 0.25 0.21
HSL 329.7º 0.49% 0.59% -
HSV(B) 329.7º 0.5% 0.79% -
XYZ 34.68 24.13 32.54 -
YUV 137.01 136.46 174.35 -
System Red Green Blue C M Y K H S L
Decimal 202 101 152 0 0.50 0.25 0.21 329.7 0.49 0.59
Hex CA 65 98 0 32 19 15 14A 31 3B
Octal 312 145 230 0 62 31 25 512 61 73
Binary 11001010 1100101 10011000 0 110010 11001 10101 101001010 110001 111011

Color Harmonies of #CA6598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6598

Black with #CA6598

Text Example


Text Example

White with #CA6598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6598; }

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

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

background-color css

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

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

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

border-color css

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

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

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