Html Css Color HEX #CA6585 Hopbush

📋 copy color: '#CA6585'

red 202 ◦ green 101 ◦ blue 133

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

Shades of Hopbush #CA6585

Tints of Hopbush #CA6585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 46.33%
G = 23.17%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA6585 (or 0xCA6585) is known color: Hopbush. HEX triplet: CA, 65 and 85. RGB value is (202,101,133). Sum of RGB (Red+Green+Blue) = 202+101+133=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6585 is #359A7A. Grayscale: #868686. Windows color (decimal): -3512955 or 8742346. OLE color: 8742346.

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

Color convert

RGB 202 101 133 -
CMYK 0 0.50 0.34 0.21
HSL 340.99º 0.49% 0.59% -
HSV(B) 340.99º 0.5% 0.79% -
XYZ 33.24 23.56 24.99 -
YUV 134.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 202 101 133 0 0.50 0.34 0.21 340.99 0.49 0.59
Hex CA 65 85 0 32 22 15 155 31 3B
Octal 312 145 205 0 62 42 25 525 61 73
Binary 11001010 1100101 10000101 0 110010 100010 10101 101010101 110001 111011

Color Harmonies of #CA6585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6585

Black with #CA6585

Text Example


Text Example

White with #CA6585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6585; }

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

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

background-color css

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

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

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

border-color css

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

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

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