Html Css Color HEX #CA628B Hopbush

📋 copy color: '#CA628B'

red 202 ◦ green 98 ◦ blue 139

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

Shades of Hopbush #CA628B

Tints of Hopbush #CA628B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.66%

R = 46.01%
G = 22.32%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA628B (or 0xCA628B) is known color: Hopbush. HEX triplet: CA, 62 and 8B. RGB value is (202,98,139). Sum of RGB (Red+Green+Blue) = 202+98+139=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA628B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA628B is #359D74. Grayscale: #858585. Windows color (decimal): -3513717 or 9134794. OLE color: 9134794.

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

Color convert

RGB 202 98 139 -
CMYK 0 0.51 0.31 0.21
HSL 336.35º 0.5% 0.59% -
HSV(B) 336.35º 0.51% 0.79% -
XYZ 33.39 23.16 27.14 -
YUV 133.77 130.96 176.67 -
System Red Green Blue C M Y K H S L
Decimal 202 98 139 0 0.51 0.31 0.21 336.35 0.5 0.59
Hex CA 62 8B 0 33 1F 15 150 32 3B
Octal 312 142 213 0 63 37 25 520 62 73
Binary 11001010 1100010 10001011 0 110011 11111 10101 101010000 110010 111011

Color Harmonies of #CA628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA628B

Black with #CA628B

Text Example


Text Example

White with #CA628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA628B; }

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

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

background-color css

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

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

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

border-color css

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

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

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