Html Css Color HEX #CC6B98 Hopbush

📋 copy color: '#CC6B98'

red 204 ◦ green 107 ◦ blue 152

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

Shades of Hopbush #CC6B98

Tints of Hopbush #CC6B98

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.11%

 BLUE value IS 152 (59.77% from 255) = 32.83%

R = 44.06%
G = 23.11%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC6B98 (or 0xCC6B98) is known color: Hopbush. HEX triplet: CC, 6B and 98. RGB value is (204,107,152). Sum of RGB (Red+Green+Blue) = 204+107+152=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6B98 is #339467. Grayscale: #8D8D8D. Windows color (decimal): -3380328 or 9989068. OLE color: 9989068.

HSL color Cylindrical-coordinate representation of color #CC6B98: hue angle of 332.16º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6B98 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 107 152 -
CMYK 0 0.48 0.25 0.2
HSL 332.16º 0.49% 0.61% -
HSV(B) 332.16º 0.48% 0.8% -
XYZ 35.83 25.62 32.76 -
YUV 141.13 134.14 172.84 -
System Red Green Blue C M Y K H S L
Decimal 204 107 152 0 0.48 0.25 0.2 332.16 0.49 0.61
Hex CC 6B 98 0 30 19 14 14C 31 3D
Octal 314 153 230 0 60 31 24 514 61 75
Binary 11001100 1101011 10011000 0 110000 11001 10100 101001100 110001 111101

Color Harmonies of #CC6B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B98

Black with #CC6B98

Text Example


Text Example

White with #CC6B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B98; }

 p { color: rgb(204,107,152); }

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

background-color css

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

 a { background-color: rgb(204,107,152); }

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

border-color css

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

 span { border-color: rgb(204,107,152); }

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