#ca638a

Color #CA638A Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CA638A

Tints of Hopbush #CA638A

Color information

#CA638A (or 0xCA638A) is unknown color: approx Hopbush. HEX triplet: CA, 63 and 8A. RGB value is (202,99,138). Sum of RGB (Red+Green+Blue) = 202+99+138=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA638A is #359C75. Grayscale: #868686. Windows color (decimal): -3513462 or 9069514. OLE color: 9069514.

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

Color convert

RGB20299138-
CMYK00.510.320.21
HSL337.28º49.28%59.02%-
HSV(B)337.28º50.99%79.22%-
XYZ33.4123.3226.78-
YUV134.24130.12176.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 99 (39.06% from 255) = 22.55%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=46.01%
G=22.55%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029913800.510.320.21337.2849.2859.02
HexCA638A0332015151313b
Octal31214321206340255216173
Binary11001010110001110001010011001110000010101101010001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca638a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca638a; }

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

 H1.HeaderClassName
 {
   color: #ca638a;
 }
 .AnyTagClassName
 {
   color: #ca638a;
 }
</style>
background-color css

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

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

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

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

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

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