Html Css Color HEX #CB6D79 Charm

📋 copy color: '#CB6D79'

red 203 ◦ green 109 ◦ blue 121

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

Shades of Charm #CB6D79

Tints of Charm #CB6D79

RGB

 RED value IS 203 (79.69% from 255) = 46.88%

 GREEN value IS 109 (42.97% from 255) = 25.17%

 BLUE value IS 121 (47.66% from 255) = 27.94%

R = 46.88%
G = 25.17%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB6D79 (or 0xCB6D79) is known color: Charm. HEX triplet: CB, 6D and 79. RGB value is (203,109,121). Sum of RGB (Red+Green+Blue) = 203+109+121=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6D79 is #349286. Grayscale: #8A8A8A. Windows color (decimal): -3445383 or 7957963. OLE color: 7957963.

HSL color Cylindrical-coordinate representation of color #CB6D79: hue angle of 352.34º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6D79 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 109 121 -
CMYK 0 0.46 0.40 0.20
HSL 352.34º 0.47% 0.61% -
HSV(B) 352.34º 0.46% 0.8% -
XYZ 33.55 25.01 21.15 -
YUV 138.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 203 109 121 0 0.46 0.40 0.20 352.34 0.47 0.61
Hex CB 6D 79 0 2E 28 14 160 2F 3D
Octal 313 155 171 0 56 50 24 540 57 75
Binary 11001011 1101101 1111001 0 101110 101000 10100 101100000 101111 111101

Color Harmonies of #CB6D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D79

Black with #CB6D79

Text Example


Text Example

White with #CB6D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D79; }

 p { color: rgb(203,109,121); }

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

background-color css

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

 a { background-color: rgb(203,109,121); }

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

border-color css

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

 span { border-color: rgb(203,109,121); }

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