Html Css Color HEX #CA75A0 Hopbush

📋 copy color: '#CA75A0'

red 202 ◦ green 117 ◦ blue 160

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

Shades of Hopbush #CA75A0

Tints of Hopbush #CA75A0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.43%

 BLUE value IS 160 (62.89% from 255) = 33.4%

R = 42.17%
G = 24.43%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA75A0 (or 0xCA75A0) is known color: Hopbush. HEX triplet: CA, 75 and A0. RGB value is (202,117,160). Sum of RGB (Red+Green+Blue) = 202+117+160=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA75A0 is #358A5F. Grayscale: #939393. Windows color (decimal): -3508832 or 10515914. OLE color: 10515914.

HSL color Cylindrical-coordinate representation of color #CA75A0: hue angle of 329.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA75A0 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 117 160 -
CMYK 0 0.42 0.21 0.21
HSL 329.65º 0.45% 0.63% -
HSV(B) 329.65º 0.42% 0.79% -
XYZ 37.06 27.82 36.67 -
YUV 147.32 135.16 167 -
System Red Green Blue C M Y K H S L
Decimal 202 117 160 0 0.42 0.21 0.21 329.65 0.45 0.63
Hex CA 75 A0 0 2A 15 15 14A 2D 3F
Octal 312 165 240 0 52 25 25 512 55 77
Binary 11001010 1110101 10100000 0 101010 10101 10101 101001010 101101 111111

Color Harmonies of #CA75A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA75A0

Black with #CA75A0

Text Example


Text Example

White with #CA75A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA75A0; }

 p { color: rgb(202,117,160); }

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

background-color css

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

 a { background-color: rgb(202,117,160); }

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

border-color css

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

 span { border-color: rgb(202,117,160); }

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