Html Css Color HEX #CB708B Charm

📋 copy color: '#CB708B'

red 203 ◦ green 112 ◦ blue 139

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

Shades of Charm #CB708B

Tints of Charm #CB708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.67%

 BLUE value IS 139 (54.69% from 255) = 30.62%

R = 44.71%
G = 24.67%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB708B (or 0xCB708B) is known color: Charm. HEX triplet: CB, 70 and 8B. RGB value is (203,112,139). Sum of RGB (Red+Green+Blue) = 203+112+139=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB708B is #348F74. Grayscale: #8E8E8E. Windows color (decimal): -3444597 or 9138379. OLE color: 9138379.

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

Color convert

RGB 203 112 139 -
CMYK 0 0.45 0.32 0.20
HSL 342.2º 0.47% 0.62% -
HSV(B) 342.2º 0.45% 0.8% -
XYZ 35.08 26.15 27.62 -
YUV 142.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 203 112 139 0 0.45 0.32 0.20 342.2 0.47 0.62
Hex CB 70 8B 0 2D 20 14 156 2F 3E
Octal 313 160 213 0 55 40 24 526 57 76
Binary 11001011 1110000 10001011 0 101101 100000 10100 101010110 101111 111110

Color Harmonies of #CB708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB708B

Black with #CB708B

Text Example


Text Example

White with #CB708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB708B; }

 p { color: rgb(203,112,139); }

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

background-color css

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

 a { background-color: rgb(203,112,139); }

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

border-color css

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

 span { border-color: rgb(203,112,139); }

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