Html Css Color HEX #CC618A Hopbush

📋 copy color: '#CC618A'

red 204 ◦ green 97 ◦ blue 138

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

Shades of Hopbush #CC618A

Tints of Hopbush #CC618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.1%

 BLUE value IS 138 (54.3% from 255) = 31.44%

R = 46.47%
G = 22.1%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC618A (or 0xCC618A) is known color: Hopbush. HEX triplet: CC, 61 and 8A. RGB value is (204,97,138). Sum of RGB (Red+Green+Blue) = 204+97+138=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC618A is #339E75. Grayscale: #858585. Windows color (decimal): -3382902 or 9069004. OLE color: 9069004.

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

Color convert

RGB 204 97 138 -
CMYK 0 0.52 0.32 0.2
HSL 337.01º 0.51% 0.59% -
HSV(B) 337.01º 0.52% 0.8% -
XYZ 33.76 23.22 26.75 -
YUV 133.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 204 97 138 0 0.52 0.32 0.2 337.01 0.51 0.59
Hex CC 61 8A 0 34 20 14 151 33 3B
Octal 314 141 212 0 64 40 24 521 63 73
Binary 11001100 1100001 10001010 0 110100 100000 10100 101010001 110011 111011

Color Harmonies of #CC618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC618A

Black with #CC618A

Text Example


Text Example

White with #CC618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC618A; }

 p { color: rgb(204,97,138); }

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

background-color css

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

 a { background-color: rgb(204,97,138); }

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

border-color css

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

 span { border-color: rgb(204,97,138); }

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