Html Css Color HEX #CB6C7D Charm

📋 copy color: '#CB6C7D'

red 203 ◦ green 108 ◦ blue 125

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

Shades of Charm #CB6C7D

Tints of Charm #CB6C7D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.77%

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

R = 46.56%
G = 24.77%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB6C7D (or 0xCB6C7D) is known color: Charm. HEX triplet: CB, 6C and 7D. RGB value is (203,108,125). Sum of RGB (Red+Green+Blue) = 203+108+125=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6C7D is #349382. Grayscale: #8A8A8A. Windows color (decimal): -3445635 or 8219851. OLE color: 8219851.

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

Color convert

RGB 203 108 125 -
CMYK 0 0.47 0.38 0.20
HSL 349.26º 0.48% 0.61% -
HSV(B) 349.26º 0.47% 0.8% -
XYZ 33.69 24.9 22.43 -
YUV 138.34 120.47 174.12 -
System Red Green Blue C M Y K H S L
Decimal 203 108 125 0 0.47 0.38 0.20 349.26 0.48 0.61
Hex CB 6C 7D 0 2F 26 14 15D 30 3D
Octal 313 154 175 0 57 46 24 535 60 75
Binary 11001011 1101100 1111101 0 101111 100110 10100 101011101 110000 111101

Color Harmonies of #CB6C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C7D

Black with #CB6C7D

Text Example


Text Example

White with #CB6C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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