Html Css Color HEX #CC638B Hopbush

📋 copy color: '#CC638B'

red 204 ◦ green 99 ◦ blue 139

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

Shades of Hopbush #CC638B

Tints of Hopbush #CC638B

RGB

 RED value IS 204 (80.08% from 255) = 46.15%

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

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

R = 46.15%
G = 22.4%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC638B (or 0xCC638B) is known color: Hopbush. HEX triplet: CC, 63 and 8B. RGB value is (204,99,139). Sum of RGB (Red+Green+Blue) = 204+99+139=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC638B is #339C74. Grayscale: #868686. Windows color (decimal): -3382389 or 9135052. OLE color: 9135052.

HSL color Cylindrical-coordinate representation of color #CC638B: hue angle of 337.14º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC638B is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 99 139 -
CMYK 0 0.51 0.32 0.2
HSL 337.14º 0.51% 0.59% -
HSV(B) 337.14º 0.51% 0.8% -
XYZ 34.02 23.63 27.19 -
YUV 134.96 130.29 177.25 -
System Red Green Blue C M Y K H S L
Decimal 204 99 139 0 0.51 0.32 0.2 337.14 0.51 0.59
Hex CC 63 8B 0 33 20 14 151 33 3B
Octal 314 143 213 0 63 40 24 521 63 73
Binary 11001100 1100011 10001011 0 110011 100000 10100 101010001 110011 111011

Color Harmonies of #CC638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC638B

Black with #CC638B

Text Example


Text Example

White with #CC638B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC638B; }

 p { color: rgb(204,99,139); }

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

background-color css

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

 a { background-color: rgb(204,99,139); }

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

border-color css

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

 span { border-color: rgb(204,99,139); }

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