Html Css Color HEX #CB6F7A Charm

📋 copy color: '#CB6F7A'

red 203 ◦ green 111 ◦ blue 122

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

Shades of Charm #CB6F7A

Tints of Charm #CB6F7A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.46%

 BLUE value IS 122 (48.05% from 255) = 27.98%

R = 46.56%
G = 25.46%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB6F7A (or 0xCB6F7A) is known color: Charm. HEX triplet: CB, 6F and 7A. RGB value is (203,111,122). Sum of RGB (Red+Green+Blue) = 203+111+122=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6F7A is #349085. Grayscale: #8B8B8B. Windows color (decimal): -3444870 or 8024011. OLE color: 8024011.

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

Color convert

RGB 203 111 122 -
CMYK 0 0.45 0.40 0.20
HSL 352.83º 0.47% 0.62% -
HSV(B) 352.83º 0.45% 0.8% -
XYZ 33.83 25.47 21.55 -
YUV 139.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 203 111 122 0 0.45 0.40 0.20 352.83 0.47 0.62
Hex CB 6F 7A 0 2D 28 14 161 2F 3E
Octal 313 157 172 0 55 50 24 541 57 76
Binary 11001011 1101111 1111010 0 101101 101000 10100 101100001 101111 111110

Color Harmonies of #CB6F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6F7A

Black with #CB6F7A

Text Example


Text Example

White with #CB6F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6F7A; }

 p { color: rgb(203,111,122); }

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

background-color css

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

 a { background-color: rgb(203,111,122); }

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

border-color css

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

 span { border-color: rgb(203,111,122); }

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