Html Css Color HEX #CB647D Charm

📋 copy color: '#CB647D'

red 203 ◦ green 100 ◦ blue 125

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

Shades of Charm #CB647D

Tints of Charm #CB647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.36%

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 47.43%
G = 23.36%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB647D (or 0xCB647D) is known color: Charm. HEX triplet: CB, 64 and 7D. RGB value is (203,100,125). Sum of RGB (Red+Green+Blue) = 203+100+125=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB647D is #349B82. Grayscale: #858585. Windows color (decimal): -3447683 or 8217803. OLE color: 8217803.

HSL color Cylindrical-coordinate representation of color #CB647D: hue angle of 345.44º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB647D is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 100 125 -
CMYK 0 0.51 0.38 0.20
HSL 345.44º 0.5% 0.59% -
HSV(B) 345.44º 0.51% 0.8% -
XYZ 32.89 23.29 22.16 -
YUV 133.65 123.12 177.47 -
System Red Green Blue C M Y K H S L
Decimal 203 100 125 0 0.51 0.38 0.20 345.44 0.5 0.59
Hex CB 64 7D 0 33 26 14 159 32 3B
Octal 313 144 175 0 63 46 24 531 62 73
Binary 11001011 1100100 1111101 0 110011 100110 10100 101011001 110010 111011

Color Harmonies of #CB647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB647D

Black with #CB647D

Text Example


Text Example

White with #CB647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB647D; }

 p { color: rgb(203,100,125); }

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

background-color css

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

 a { background-color: rgb(203,100,125); }

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

border-color css

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

 span { border-color: rgb(203,100,125); }

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