Html Css Color HEX #CB6B7F Charm

📋 copy color: '#CB6B7F'

red 203 ◦ green 107 ◦ blue 127

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

Shades of Charm #CB6B7F

Tints of Charm #CB6B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.49%

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

R = 46.45%
G = 24.49%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB6B7F (or 0xCB6B7F) is known color: Charm. HEX triplet: CB, 6B and 7F. RGB value is (203,107,127). Sum of RGB (Red+Green+Blue) = 203+107+127=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6B7F is #349480. Grayscale: #8A8A8A. Windows color (decimal): -3445889 or 8350667. OLE color: 8350667.

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

Color convert

RGB 203 107 127 -
CMYK 0 0.47 0.37 0.20
HSL 347.5º 0.48% 0.61% -
HSV(B) 347.5º 0.47% 0.8% -
XYZ 33.72 24.74 23.08 -
YUV 137.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 203 107 127 0 0.47 0.37 0.20 347.5 0.48 0.61
Hex CB 6B 7F 0 2F 25 14 15C 30 3D
Octal 313 153 177 0 57 45 24 534 60 75
Binary 11001011 1101011 1111111 0 101111 100101 10100 101011100 110000 111101

Color Harmonies of #CB6B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B7F

Black with #CB6B7F

Text Example


Text Example

White with #CB6B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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