Html Css Color HEX #CB647F Charm

📋 copy color: '#CB647F'

red 203 ◦ green 100 ◦ blue 127

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

Shades of Charm #CB647F

Tints of Charm #CB647F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.53%

R = 47.21%
G = 23.26%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB647F (or 0xCB647F) is known color: Charm. HEX triplet: CB, 64 and 7F. RGB value is (203,100,127). Sum of RGB (Red+Green+Blue) = 203+100+127=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB647F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB647F is #349B80. Grayscale: #858585. Windows color (decimal): -3447681 or 8348875. OLE color: 8348875.

HSL color Cylindrical-coordinate representation of color #CB647F: hue angle of 344.27º 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 #CB647F is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 100 127 -
CMYK 0 0.51 0.37 0.20
HSL 344.27º 0.5% 0.59% -
HSV(B) 344.27º 0.51% 0.8% -
XYZ 33.02 23.34 22.84 -
YUV 133.88 124.12 177.3 -
System Red Green Blue C M Y K H S L
Decimal 203 100 127 0 0.51 0.37 0.20 344.27 0.5 0.59
Hex CB 64 7F 0 33 25 14 158 32 3B
Octal 313 144 177 0 63 45 24 530 62 73
Binary 11001011 1100100 1111111 0 110011 100101 10100 101011000 110010 111011

Color Harmonies of #CB647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB647F

Black with #CB647F

Text Example


Text Example

White with #CB647F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB647F; }

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

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

background-color css

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

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

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

border-color css

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

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

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