Html Css Color HEX #CB708A Charm

📋 copy color: '#CB708A'

red 203 ◦ green 112 ◦ blue 138

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

Shades of Charm #CB708A

Tints of Charm #CB708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.46%

R = 44.81%
G = 24.72%
B = 30.46%

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

#CB708A (or 0xCB708A) is known color: Charm. HEX triplet: CB, 70 and 8A. RGB value is (203,112,138). Sum of RGB (Red+Green+Blue) = 203+112+138=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB708A is #348F75. Grayscale: #8E8E8E. Windows color (decimal): -3444598 or 9072843. OLE color: 9072843.

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

Color convert

RGB 203 112 138 -
CMYK 0 0.45 0.32 0.20
HSL 342.86º 0.47% 0.62% -
HSV(B) 342.86º 0.45% 0.8% -
XYZ 35.01 26.12 27.24 -
YUV 142.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 203 112 138 0 0.45 0.32 0.20 342.86 0.47 0.62
Hex CB 70 8A 0 2D 20 14 157 2F 3E
Octal 313 160 212 0 55 40 24 527 57 76
Binary 11001011 1110000 10001010 0 101101 100000 10100 101010111 101111 111110

Color Harmonies of #CB708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB708A

Black with #CB708A

Text Example


Text Example

White with #CB708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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