Html Css Color HEX #CC6B89 Charm

📋 copy color: '#CC6B89'

red 204 ◦ green 107 ◦ blue 137

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

Shades of Charm #CC6B89

Tints of Charm #CC6B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.58%

R = 45.54%
G = 23.88%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC6B89 (or 0xCC6B89) is known color: Charm. HEX triplet: CC, 6B and 89. RGB value is (204,107,137). Sum of RGB (Red+Green+Blue) = 204+107+137=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6B89 is #339476. Grayscale: #8B8B8B. Windows color (decimal): -3380343 or 9006028. OLE color: 9006028.

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

Color convert

RGB 204 107 137 -
CMYK 0 0.48 0.33 0.2
HSL 341.44º 0.49% 0.61% -
HSV(B) 341.44º 0.48% 0.8% -
XYZ 34.67 25.16 26.7 -
YUV 139.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 204 107 137 0 0.48 0.33 0.2 341.44 0.49 0.61
Hex CC 6B 89 0 30 21 14 155 31 3D
Octal 314 153 211 0 60 41 24 525 61 75
Binary 11001100 1101011 10001001 0 110000 100001 10100 101010101 110001 111101

Color Harmonies of #CC6B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B89

Black with #CC6B89

Text Example


Text Example

White with #CC6B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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