Html Css Color HEX #CC689B Hopbush

📋 copy color: '#CC689B'

red 204 ◦ green 104 ◦ blue 155

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

Shades of Hopbush #CC689B

Tints of Hopbush #CC689B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.46%

 BLUE value IS 155 (60.94% from 255) = 33.48%

R = 44.06%
G = 22.46%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC689B (or 0xCC689B) is known color: Hopbush. HEX triplet: CC, 68 and 9B. RGB value is (204,104,155). Sum of RGB (Red+Green+Blue) = 204+104+155=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC689B is #339764. Grayscale: #8B8B8B. Windows color (decimal): -3381093 or 10184908. OLE color: 10184908.

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

Color convert

RGB 204 104 155 -
CMYK 0 0.49 0.24 0.2
HSL 329.4º 0.5% 0.6% -
HSV(B) 329.4º 0.49% 0.8% -
XYZ 35.77 25.1 33.97 -
YUV 139.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 204 104 155 0 0.49 0.24 0.2 329.4 0.5 0.6
Hex CC 68 9B 0 31 18 14 149 32 3C
Octal 314 150 233 0 61 30 24 511 62 74
Binary 11001100 1101000 10011011 0 110001 11000 10100 101001001 110010 111100

Color Harmonies of #CC689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC689B

Black with #CC689B

Text Example


Text Example

White with #CC689B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC689B; }

 p { color: rgb(204,104,155); }

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

background-color css

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

 a { background-color: rgb(204,104,155); }

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

border-color css

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

 span { border-color: rgb(204,104,155); }

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