Html Css Color HEX #CA76A2 Hopbush

📋 copy color: '#CA76A2'

red 202 ◦ green 118 ◦ blue 162

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

Shades of Hopbush #CA76A2

Tints of Hopbush #CA76A2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.48%

 BLUE value IS 162 (63.67% from 255) = 33.61%

R = 41.91%
G = 24.48%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA76A2 (or 0xCA76A2) is known color: Hopbush. HEX triplet: CA, 76 and A2. RGB value is (202,118,162). Sum of RGB (Red+Green+Blue) = 202+118+162=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA76A2 is #35895D. Grayscale: #949494. Windows color (decimal): -3508574 or 10647242. OLE color: 10647242.

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

Color convert

RGB 202 118 162 -
CMYK 0 0.42 0.20 0.21
HSL 328.57º 0.44% 0.63% -
HSV(B) 328.57º 0.42% 0.79% -
XYZ 37.36 28.12 37.64 -
YUV 148.13 135.83 166.42 -
System Red Green Blue C M Y K H S L
Decimal 202 118 162 0 0.42 0.20 0.21 328.57 0.44 0.63
Hex CA 76 A2 0 2A 14 15 149 2C 3F
Octal 312 166 242 0 52 24 25 511 54 77
Binary 11001010 1110110 10100010 0 101010 10100 10101 101001001 101100 111111

Color Harmonies of #CA76A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA76A2

Black with #CA76A2

Text Example


Text Example

White with #CA76A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA76A2; }

 p { color: rgb(202,118,162); }

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

background-color css

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

 a { background-color: rgb(202,118,162); }

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

border-color css

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

 span { border-color: rgb(202,118,162); }

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