Html Css Color HEX #CA759D Hopbush

📋 copy color: '#CA759D'

red 202 ◦ green 117 ◦ blue 157

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

Shades of Hopbush #CA759D

Tints of Hopbush #CA759D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.98%

R = 42.44%
G = 24.58%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA759D (or 0xCA759D) is known color: Hopbush. HEX triplet: CA, 75 and 9D. RGB value is (202,117,157). Sum of RGB (Red+Green+Blue) = 202+117+157=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA759D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA759D is #358A62. Grayscale: #929292. Windows color (decimal): -3508835 or 10319306. OLE color: 10319306.

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

Color convert

RGB 202 117 157 -
CMYK 0 0.42 0.22 0.21
HSL 331.76º 0.45% 0.63% -
HSV(B) 331.76º 0.42% 0.79% -
XYZ 36.8 27.71 35.31 -
YUV 146.98 133.66 167.25 -
System Red Green Blue C M Y K H S L
Decimal 202 117 157 0 0.42 0.22 0.21 331.76 0.45 0.63
Hex CA 75 9D 0 2A 16 15 14C 2D 3F
Octal 312 165 235 0 52 26 25 514 55 77
Binary 11001010 1110101 10011101 0 101010 10110 10101 101001100 101101 111111

Color Harmonies of #CA759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA759D

Black with #CA759D

Text Example


Text Example

White with #CA759D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA759D; }

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

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

background-color css

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

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

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

border-color css

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

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

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