Html Css Color HEX #CC6BAB Hopbush

📋 copy color: '#CC6BAB'

red 204 ◦ green 107 ◦ blue 171

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

Shades of Hopbush #CC6BAB

Tints of Hopbush #CC6BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.48%

R = 42.32%
G = 22.2%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC6BAB (or 0xCC6BAB) is known color: Hopbush. HEX triplet: CC, 6B and AB. RGB value is (204,107,171). Sum of RGB (Red+Green+Blue) = 204+107+171=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6BAB is #339454. Grayscale: #8F8F8F. Windows color (decimal): -3380309 or 11234252. OLE color: 11234252.

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

Color convert

RGB 204 107 171 -
CMYK 0 0.48 0.16 0.2
HSL 320.41º 0.49% 0.61% -
HSV(B) 320.41º 0.48% 0.8% -
XYZ 37.51 26.29 41.63 -
YUV 143.3 143.64 171.3 -
System Red Green Blue C M Y K H S L
Decimal 204 107 171 0 0.48 0.16 0.2 320.41 0.49 0.61
Hex CC 6B AB 0 30 10 14 140 31 3D
Octal 314 153 253 0 60 20 24 500 61 75
Binary 11001100 1101011 10101011 0 110000 10000 10100 101000000 110001 111101

Color Harmonies of #CC6BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BAB

Black with #CC6BAB

Text Example


Text Example

White with #CC6BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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