Html Css Color HEX #CA6288 Hopbush

📋 copy color: '#CA6288'

red 202 ◦ green 98 ◦ blue 136

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

Shades of Hopbush #CA6288

Tints of Hopbush #CA6288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.48%

 BLUE value IS 136 (53.52% from 255) = 31.19%

R = 46.33%
G = 22.48%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA6288 (or 0xCA6288) is known color: Hopbush. HEX triplet: CA, 62 and 88. RGB value is (202,98,136). Sum of RGB (Red+Green+Blue) = 202+98+136=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6288 is #359D77. Grayscale: #858585. Windows color (decimal): -3513720 or 8938186. OLE color: 8938186.

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

Color convert

RGB 202 98 136 -
CMYK 0 0.51 0.33 0.21
HSL 338.08º 0.5% 0.59% -
HSV(B) 338.08º 0.51% 0.79% -
XYZ 33.17 23.07 26 -
YUV 133.43 129.46 176.91 -
System Red Green Blue C M Y K H S L
Decimal 202 98 136 0 0.51 0.33 0.21 338.08 0.5 0.59
Hex CA 62 88 0 33 21 15 152 32 3B
Octal 312 142 210 0 63 41 25 522 62 73
Binary 11001010 1100010 10001000 0 110011 100001 10101 101010010 110010 111011

Color Harmonies of #CA6288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6288

Black with #CA6288

Text Example


Text Example

White with #CA6288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6288; }

 p { color: rgb(202,98,136); }

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

background-color css

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

 a { background-color: rgb(202,98,136); }

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

border-color css

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

 span { border-color: rgb(202,98,136); }

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