Html Css Color HEX #CC688D Hopbush

📋 copy color: '#CC688D'

red 204 ◦ green 104 ◦ blue 141

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

Shades of Hopbush #CC688D

Tints of Hopbush #CC688D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.4%

R = 45.43%
G = 23.16%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC688D (or 0xCC688D) is known color: Hopbush. HEX triplet: CC, 68 and 8D. RGB value is (204,104,141). Sum of RGB (Red+Green+Blue) = 204+104+141=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC688D is #339772. Grayscale: #8A8A8A. Windows color (decimal): -3381107 or 9267404. OLE color: 9267404.

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

Color convert

RGB 204 104 141 -
CMYK 0 0.49 0.31 0.2
HSL 337.8º 0.5% 0.6% -
HSV(B) 337.8º 0.49% 0.8% -
XYZ 34.66 24.66 28.13 -
YUV 138.12 129.63 174.99 -
System Red Green Blue C M Y K H S L
Decimal 204 104 141 0 0.49 0.31 0.2 337.8 0.5 0.6
Hex CC 68 8D 0 31 1F 14 152 32 3C
Octal 314 150 215 0 61 37 24 522 62 74
Binary 11001100 1101000 10001101 0 110001 11111 10100 101010010 110010 111100

Color Harmonies of #CC688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC688D

Black with #CC688D

Text Example


Text Example

White with #CC688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC688D; }

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

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

background-color css

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

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

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

border-color css

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

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

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