Html Css Color HEX #CC699C Hopbush

📋 copy color: '#CC699C'

red 204 ◦ green 105 ◦ blue 156

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

Shades of Hopbush #CC699C

Tints of Hopbush #CC699C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.55%

R = 43.87%
G = 22.58%
B = 33.55%

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

#CC699C (or 0xCC699C) is known color: Hopbush. HEX triplet: CC, 69 and 9C. RGB value is (204,105,156). Sum of RGB (Red+Green+Blue) = 204+105+156=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC699C is #339663. Grayscale: #8C8C8C. Windows color (decimal): -3380836 or 10250700. OLE color: 10250700.

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

Color convert

RGB 204 105 156 -
CMYK 0 0.49 0.24 0.2
HSL 329.09º 0.49% 0.61% -
HSV(B) 329.09º 0.49% 0.8% -
XYZ 35.95 25.34 34.45 -
YUV 140.42 136.8 173.35 -
System Red Green Blue C M Y K H S L
Decimal 204 105 156 0 0.49 0.24 0.2 329.09 0.49 0.61
Hex CC 69 9C 0 31 18 14 149 31 3D
Octal 314 151 234 0 61 30 24 511 61 75
Binary 11001100 1101001 10011100 0 110001 11000 10100 101001001 110001 111101

Color Harmonies of #CC699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC699C

Black with #CC699C

Text Example


Text Example

White with #CC699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC699C; }

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

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

background-color css

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

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

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

border-color css

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

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

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