Html Css Color HEX #CB6978 Charm

📋 copy color: '#CB6978'

red 203 ◦ green 105 ◦ blue 120

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

Shades of Charm #CB6978

Tints of Charm #CB6978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.53%

 BLUE value IS 120 (47.27% from 255) = 28.04%

R = 47.43%
G = 24.53%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB6978 (or 0xCB6978) is known color: Charm. HEX triplet: CB, 69 and 78. RGB value is (203,105,120). Sum of RGB (Red+Green+Blue) = 203+105+120=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6978 is #349687. Grayscale: #888888. Windows color (decimal): -3446408 or 7891403. OLE color: 7891403.

HSL color Cylindrical-coordinate representation of color #CB6978: hue angle of 350.82º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6978 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 105 120 -
CMYK 0 0.48 0.41 0.20
HSL 350.82º 0.49% 0.6% -
HSV(B) 350.82º 0.48% 0.8% -
XYZ 33.07 24.16 20.69 -
YUV 136.01 118.97 175.78 -
System Red Green Blue C M Y K H S L
Decimal 203 105 120 0 0.48 0.41 0.20 350.82 0.49 0.6
Hex CB 69 78 0 30 29 14 15F 31 3C
Octal 313 151 170 0 60 51 24 537 61 74
Binary 11001011 1101001 1111000 0 110000 101001 10100 101011111 110001 111100

Color Harmonies of #CB6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6978

Black with #CB6978

Text Example


Text Example

White with #CB6978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6978; }

 p { color: rgb(203,105,120); }

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

background-color css

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

 a { background-color: rgb(203,105,120); }

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

border-color css

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

 span { border-color: rgb(203,105,120); }

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