Html Css Color HEX #CB4968 Cabaret

📋 copy color: '#CB4968'

red 203 ◦ green 73 ◦ blue 104

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

Shades of Cabaret #CB4968

Tints of Cabaret #CB4968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.21%

 BLUE value IS 104 (41.02% from 255) = 27.37%

R = 53.42%
G = 19.21%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB4968 (or 0xCB4968) is known color: Cabaret. HEX triplet: CB, 49 and 68. RGB value is (203,73,104). Sum of RGB (Red+Green+Blue) = 203+73+104=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4968 is #34B697. Grayscale: #737373. Windows color (decimal): -3454616 or 6834635. OLE color: 6834635.

HSL color Cylindrical-coordinate representation of color #CB4968: hue angle of 345.69º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4968 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 73 104 -
CMYK 0 0.64 0.49 0.20
HSL 345.69º 0.56% 0.54% -
HSV(B) 345.69º 0.64% 0.8% -
XYZ 29.51 18.46 15.1 -
YUV 115.4 121.57 190.48 -
System Red Green Blue C M Y K H S L
Decimal 203 73 104 0 0.64 0.49 0.20 345.69 0.56 0.54
Hex CB 49 68 0 40 31 14 15A 38 36
Octal 313 111 150 0 100 61 24 532 70 66
Binary 11001011 1001001 1101000 0 1000000 110001 10100 101011010 111000 110110

Color Harmonies of #CB4968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4968

Black with #CB4968

Text Example


Text Example

White with #CB4968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4968; }

 p { color: rgb(203,73,104); }

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

background-color css

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

 a { background-color: rgb(203,73,104); }

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

border-color css

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

 span { border-color: rgb(203,73,104); }

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