Html Css Color HEX #CA6595 Hopbush

📋 copy color: '#CA6595'

red 202 ◦ green 101 ◦ blue 149

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

Shades of Hopbush #CA6595

Tints of Hopbush #CA6595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.96%

R = 44.69%
G = 22.35%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA6595 (or 0xCA6595) is known color: Hopbush. HEX triplet: CA, 65 and 95. RGB value is (202,101,149). Sum of RGB (Red+Green+Blue) = 202+101+149=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6595 is #359A6A. Grayscale: #888888. Windows color (decimal): -3512939 or 9790922. OLE color: 9790922.

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

Color convert

RGB 202 101 149 -
CMYK 0 0.50 0.26 0.21
HSL 331.49º 0.49% 0.59% -
HSV(B) 331.49º 0.5% 0.79% -
XYZ 34.44 24.03 31.26 -
YUV 136.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 202 101 149 0 0.50 0.26 0.21 331.49 0.49 0.59
Hex CA 65 95 0 32 1A 15 14B 31 3B
Octal 312 145 225 0 62 32 25 513 61 73
Binary 11001010 1100101 10010101 0 110010 11010 10101 101001011 110001 111011

Color Harmonies of #CA6595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6595

Black with #CA6595

Text Example


Text Example

White with #CA6595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6595; }

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

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

background-color css

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

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

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

border-color css

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

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

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