Html Css Color HEX #CC6B8A Hopbush

📋 copy color: '#CC6B8A'

red 204 ◦ green 107 ◦ blue 138

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

Shades of Hopbush #CC6B8A

Tints of Hopbush #CC6B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 45.43%
G = 23.83%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC6B8A (or 0xCC6B8A) is known color: Hopbush. HEX triplet: CC, 6B and 8A. RGB value is (204,107,138). Sum of RGB (Red+Green+Blue) = 204+107+138=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6B8A is #339475. Grayscale: #8B8B8B. Windows color (decimal): -3380342 or 9071564. OLE color: 9071564.

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

Color convert

RGB 204 107 138 -
CMYK 0 0.48 0.32 0.2
HSL 340.82º 0.49% 0.61% -
HSV(B) 340.82º 0.48% 0.8% -
XYZ 34.75 25.19 27.08 -
YUV 139.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 204 107 138 0 0.48 0.32 0.2 340.82 0.49 0.61
Hex CC 6B 8A 0 30 20 14 155 31 3D
Octal 314 153 212 0 60 40 24 525 61 75
Binary 11001100 1101011 10001010 0 110000 100000 10100 101010101 110001 111101

Color Harmonies of #CC6B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B8A

Black with #CC6B8A

Text Example


Text Example

White with #CC6B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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