Html Css Color HEX #CB767B Charm

📋 copy color: '#CB767B'

red 203 ◦ green 118 ◦ blue 123

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

Shades of Charm #CB767B

Tints of Charm #CB767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

 BLUE value IS 123 (48.44% from 255) = 27.7%

R = 45.72%
G = 26.58%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB767B (or 0xCB767B) is known color: Charm. HEX triplet: CB, 76 and 7B. RGB value is (203,118,123). Sum of RGB (Red+Green+Blue) = 203+118+123=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB767B is #348984. Grayscale: #909090. Windows color (decimal): -3443077 or 8091339. OLE color: 8091339.

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

Color convert

RGB 203 118 123 -
CMYK 0 0.42 0.39 0.20
HSL 356.47º 0.45% 0.63% -
HSV(B) 356.47º 0.42% 0.8% -
XYZ 34.68 27.08 22.14 -
YUV 143.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 203 118 123 0 0.42 0.39 0.20 356.47 0.45 0.63
Hex CB 76 7B 0 2A 27 14 164 2D 3F
Octal 313 166 173 0 52 47 24 544 55 77
Binary 11001011 1110110 1111011 0 101010 100111 10100 101100100 101101 111111

Color Harmonies of #CB767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB767B

Black with #CB767B

Text Example


Text Example

White with #CB767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB767B; }

 p { color: rgb(203,118,123); }

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

background-color css

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

 a { background-color: rgb(203,118,123); }

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

border-color css

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

 span { border-color: rgb(203,118,123); }

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