Html Css Color HEX #CC608B Hopbush

📋 copy color: '#CC608B'

red 204 ◦ green 96 ◦ blue 139

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

Shades of Hopbush #CC608B

Tints of Hopbush #CC608B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.87%

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

R = 46.47%
G = 21.87%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC608B (or 0xCC608B) is known color: Hopbush. HEX triplet: CC, 60 and 8B. RGB value is (204,96,139). Sum of RGB (Red+Green+Blue) = 204+96+139=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC608B is #339F74. Grayscale: #858585. Windows color (decimal): -3383157 or 9134284. OLE color: 9134284.

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

Color convert

RGB 204 96 139 -
CMYK 0 0.53 0.32 0.2
HSL 336.11º 0.51% 0.59% -
HSV(B) 336.11º 0.53% 0.8% -
XYZ 33.74 23.07 27.1 -
YUV 133.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 204 96 139 0 0.53 0.32 0.2 336.11 0.51 0.59
Hex CC 60 8B 0 35 20 14 150 33 3B
Octal 314 140 213 0 65 40 24 520 63 73
Binary 11001100 1100000 10001011 0 110101 100000 10100 101010000 110011 111011

Color Harmonies of #CC608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC608B

Black with #CC608B

Text Example


Text Example

White with #CC608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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