Html Css Color HEX #CA6092 Hopbush

📋 copy color: '#CA6092'

red 202 ◦ green 96 ◦ blue 146

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

Shades of Hopbush #CA6092

Tints of Hopbush #CA6092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.62%

 BLUE value IS 146 (57.42% from 255) = 32.88%

R = 45.5%
G = 21.62%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA6092 (or 0xCA6092) is known color: Hopbush. HEX triplet: CA, 60 and 92. RGB value is (202,96,146). Sum of RGB (Red+Green+Blue) = 202+96+146=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6092 is #359F6D. Grayscale: #858585. Windows color (decimal): -3514222 or 9593034. OLE color: 9593034.

HSL color Cylindrical-coordinate representation of color #CA6092: hue angle of 331.7º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6092 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 96 146 -
CMYK 0 0.52 0.28 0.21
HSL 331.7º 0.5% 0.58% -
HSV(B) 331.7º 0.52% 0.79% -
XYZ 33.73 23 29.86 -
YUV 133.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 202 96 146 0 0.52 0.28 0.21 331.7 0.5 0.58
Hex CA 60 92 0 34 1C 15 14C 32 3A
Octal 312 140 222 0 64 34 25 514 62 72
Binary 11001010 1100000 10010010 0 110100 11100 10101 101001100 110010 111010

Color Harmonies of #CA6092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6092

Black with #CA6092

Text Example


Text Example

White with #CA6092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6092; }

 p { color: rgb(202,96,146); }

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

background-color css

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

 a { background-color: rgb(202,96,146); }

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

border-color css

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

 span { border-color: rgb(202,96,146); }

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