Html Css Color HEX #CB707D Charm

📋 copy color: '#CB707D'

red 203 ◦ green 112 ◦ blue 125

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

Shades of Charm #CB707D

Tints of Charm #CB707D

RGB

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

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

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

R = 46.14%
G = 25.45%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB707D (or 0xCB707D) is known color: Charm. HEX triplet: CB, 70 and 7D. RGB value is (203,112,125). Sum of RGB (Red+Green+Blue) = 203+112+125=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB707D is #348F82. Grayscale: #8C8C8C. Windows color (decimal): -3444611 or 8220875. OLE color: 8220875.

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

Color convert

RGB 203 112 125 -
CMYK 0 0.45 0.38 0.20
HSL 351.43º 0.47% 0.62% -
HSV(B) 351.43º 0.45% 0.8% -
XYZ 34.12 25.77 22.58 -
YUV 140.69 119.15 172.44 -
System Red Green Blue C M Y K H S L
Decimal 203 112 125 0 0.45 0.38 0.20 351.43 0.47 0.62
Hex CB 70 7D 0 2D 26 14 15F 2F 3E
Octal 313 160 175 0 55 46 24 537 57 76
Binary 11001011 1110000 1111101 0 101101 100110 10100 101011111 101111 111110

Color Harmonies of #CB707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB707D

Black with #CB707D

Text Example


Text Example

White with #CB707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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