Html Css Color HEX #CC69AB Hopbush

📋 copy color: '#CC69AB'

red 204 ◦ green 105 ◦ blue 171

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

Shades of Hopbush #CC69AB

Tints of Hopbush #CC69AB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.88%

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

R = 42.5%
G = 21.88%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC69AB (or 0xCC69AB) is known color: Hopbush. HEX triplet: CC, 69 and AB. RGB value is (204,105,171). Sum of RGB (Red+Green+Blue) = 204+105+171=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC69AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC69AB is #339654. Grayscale: #8D8D8D. Windows color (decimal): -3380821 or 11233740. OLE color: 11233740.

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

Color convert

RGB 204 105 171 -
CMYK 0 0.49 0.16 0.2
HSL 320º 0.49% 0.61% -
HSV(B) 320º 0.49% 0.8% -
XYZ 37.3 25.88 41.56 -
YUV 142.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 204 105 171 0 0.49 0.16 0.2 320 0.49 0.61
Hex CC 69 AB 0 31 10 14 140 31 3D
Octal 314 151 253 0 61 20 24 500 61 75
Binary 11001100 1101001 10101011 0 110001 10000 10100 101000000 110001 111101

Color Harmonies of #CC69AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69AB

Black with #CC69AB

Text Example


Text Example

White with #CC69AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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