Html Css Color HEX #CB4668 Cabaret

📋 copy color: '#CB4668'

red 203 ◦ green 70 ◦ blue 104

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

Shades of Cabaret #CB4668

Tints of Cabaret #CB4668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.57%

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

R = 53.85%
G = 18.57%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB4668 (or 0xCB4668) is known color: Cabaret. HEX triplet: CB, 46 and 68. RGB value is (203,70,104). Sum of RGB (Red+Green+Blue) = 203+70+104=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4668 is #34B997. Grayscale: #717171. Windows color (decimal): -3455384 or 6833867. OLE color: 6833867.

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

Color convert

RGB 203 70 104 -
CMYK 0 0.66 0.49 0.20
HSL 344.66º 0.56% 0.54% -
HSV(B) 344.66º 0.66% 0.8% -
XYZ 29.32 18.08 15.04 -
YUV 113.64 122.56 191.74 -
System Red Green Blue C M Y K H S L
Decimal 203 70 104 0 0.66 0.49 0.20 344.66 0.56 0.54
Hex CB 46 68 0 42 31 14 159 38 36
Octal 313 106 150 0 102 61 24 531 70 66
Binary 11001011 1000110 1101000 0 1000010 110001 10100 101011001 111000 110110

Color Harmonies of #CB4668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4668

Black with #CB4668

Text Example


Text Example

White with #CB4668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4668; }

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

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

background-color css

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

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

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

border-color css

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

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

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