Html Css Color HEX #CA6397 Hopbush

📋 copy color: '#CA6397'

red 202 ◦ green 99 ◦ blue 151

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

Shades of Hopbush #CA6397

Tints of Hopbush #CA6397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.41%

R = 44.69%
G = 21.9%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA6397 (or 0xCA6397) is known color: Hopbush. HEX triplet: CA, 63 and 97. RGB value is (202,99,151). Sum of RGB (Red+Green+Blue) = 202+99+151=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6397 is #359C68. Grayscale: #878787. Windows color (decimal): -3513449 or 9921482. OLE color: 9921482.

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

Color convert

RGB 202 99 151 -
CMYK 0 0.51 0.25 0.21
HSL 329.71º 0.49% 0.59% -
HSV(B) 329.71º 0.51% 0.79% -
XYZ 34.4 23.71 32.04 -
YUV 135.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 202 99 151 0 0.51 0.25 0.21 329.71 0.49 0.59
Hex CA 63 97 0 33 19 15 14A 31 3B
Octal 312 143 227 0 63 31 25 512 61 73
Binary 11001010 1100011 10010111 0 110011 11001 10101 101001010 110001 111011

Color Harmonies of #CA6397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6397

Black with #CA6397

Text Example


Text Example

White with #CA6397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6397; }

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

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

background-color css

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

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

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

border-color css

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

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

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