Html Css Color HEX #CC7B8B Charm

📋 copy color: '#CC7B8B'

red 204 ◦ green 123 ◦ blue 139

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

Shades of Charm #CC7B8B

Tints of Charm #CC7B8B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.39%

 BLUE value IS 139 (54.69% from 255) = 29.83%

R = 43.78%
G = 26.39%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC7B8B (or 0xCC7B8B) is known color: Charm. HEX triplet: CC, 7B and 8B. RGB value is (204,123,139). Sum of RGB (Red+Green+Blue) = 204+123+139=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7B8B is #338474. Grayscale: #959595. Windows color (decimal): -3376245 or 9141196. OLE color: 9141196.

HSL color Cylindrical-coordinate representation of color #CC7B8B: hue angle of 348.15º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7B8B is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 123 139 -
CMYK 0 0.40 0.32 0.2
HSL 348.15º 0.44% 0.64% -
HSV(B) 348.15º 0.4% 0.8% -
XYZ 36.65 28.87 28.07 -
YUV 149.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 204 123 139 0 0.40 0.32 0.2 348.15 0.44 0.64
Hex CC 7B 8B 0 28 20 14 15C 2C 40
Octal 314 173 213 0 50 40 24 534 54 100
Binary 11001100 1111011 10001011 0 101000 100000 10100 101011100 101100 1000000

Color Harmonies of #CC7B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B8B

Black with #CC7B8B

Text Example


Text Example

White with #CC7B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B8B; }

 p { color: rgb(204,123,139); }

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

background-color css

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

 a { background-color: rgb(204,123,139); }

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

border-color css

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

 span { border-color: rgb(204,123,139); }

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