Html Css Color HEX #CA6396 Hopbush

📋 copy color: '#CA6396'

red 202 ◦ green 99 ◦ blue 150

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

Shades of Hopbush #CA6396

Tints of Hopbush #CA6396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.26%

R = 44.79%
G = 21.95%
B = 33.26%

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

#CA6396 (or 0xCA6396) is known color: Hopbush. HEX triplet: CA, 63 and 96. RGB value is (202,99,150). Sum of RGB (Red+Green+Blue) = 202+99+150=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6396 is #359C69. Grayscale: #878787. Windows color (decimal): -3513450 or 9855946. OLE color: 9855946.

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

Color convert

RGB 202 99 150 -
CMYK 0 0.51 0.26 0.21
HSL 330.29º 0.49% 0.59% -
HSV(B) 330.29º 0.51% 0.79% -
XYZ 34.32 23.68 31.62 -
YUV 135.61 136.12 175.35 -
System Red Green Blue C M Y K H S L
Decimal 202 99 150 0 0.51 0.26 0.21 330.29 0.49 0.59
Hex CA 63 96 0 33 1A 15 14A 31 3B
Octal 312 143 226 0 63 32 25 512 61 73
Binary 11001010 1100011 10010110 0 110011 11010 10101 101001010 110001 111011

Color Harmonies of #CA6396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6396

Black with #CA6396

Text Example


Text Example

White with #CA6396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6396; }

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

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

background-color css

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

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

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

border-color css

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

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

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