Html Css Color HEX #CC6288 Hopbush

📋 copy color: '#CC6288'

red 204 ◦ green 98 ◦ blue 136

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

Shades of Hopbush #CC6288

Tints of Hopbush #CC6288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.05%

R = 46.58%
G = 22.37%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC6288 (or 0xCC6288) is known color: Hopbush. HEX triplet: CC, 62 and 88. RGB value is (204,98,136). Sum of RGB (Red+Green+Blue) = 204+98+136=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6288 is #339D77. Grayscale: #858585. Windows color (decimal): -3382648 or 8938188. OLE color: 8938188.

HSL color Cylindrical-coordinate representation of color #CC6288: hue angle of 338.49º 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 #CC6288 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 98 136 -
CMYK 0 0.52 0.33 0.2
HSL 338.49º 0.51% 0.59% -
HSV(B) 338.49º 0.52% 0.8% -
XYZ 33.71 23.35 26.02 -
YUV 134.03 129.12 177.91 -
System Red Green Blue C M Y K H S L
Decimal 204 98 136 0 0.52 0.33 0.2 338.49 0.51 0.59
Hex CC 62 88 0 34 21 14 152 33 3B
Octal 314 142 210 0 64 41 24 522 63 73
Binary 11001100 1100010 10001000 0 110100 100001 10100 101010010 110011 111011

Color Harmonies of #CC6288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6288

Black with #CC6288

Text Example


Text Example

White with #CC6288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6288; }

 p { color: rgb(204,98,136); }

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

background-color css

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

 a { background-color: rgb(204,98,136); }

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

border-color css

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

 span { border-color: rgb(204,98,136); }

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