Html Css Color HEX #CA6395 Hopbush

📋 copy color: '#CA6395'

red 202 ◦ green 99 ◦ blue 149

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

Shades of Hopbush #CA6395

Tints of Hopbush #CA6395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22%

 BLUE value IS 149 (58.59% from 255) = 33.11%

R = 44.89%
G = 22%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA6395 (or 0xCA6395) is known color: Hopbush. HEX triplet: CA, 63 and 95. RGB value is (202,99,149). Sum of RGB (Red+Green+Blue) = 202+99+149=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6395 is #359C6A. Grayscale: #878787. Windows color (decimal): -3513451 or 9790410. OLE color: 9790410.

HSL color Cylindrical-coordinate representation of color #CA6395: hue angle of 330.87º degrees, saturation: 0.49, 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 #CA6395 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 99 149 -
CMYK 0 0.51 0.26 0.21
HSL 330.87º 0.49% 0.59% -
HSV(B) 330.87º 0.51% 0.79% -
XYZ 34.24 23.65 31.19 -
YUV 135.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 202 99 149 0 0.51 0.26 0.21 330.87 0.49 0.59
Hex CA 63 95 0 33 1A 15 14B 31 3B
Octal 312 143 225 0 63 32 25 513 61 73
Binary 11001010 1100011 10010101 0 110011 11010 10101 101001011 110001 111011

Color Harmonies of #CA6395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6395

Black with #CA6395

Text Example


Text Example

White with #CA6395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6395; }

 p { color: rgb(202,99,149); }

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

background-color css

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

 a { background-color: rgb(202,99,149); }

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

border-color css

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

 span { border-color: rgb(202,99,149); }

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