Html Css Color HEX #CB616F Cabaret

📋 copy color: '#CB616F'

red 203 ◦ green 97 ◦ blue 111

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

Shades of Cabaret #CB616F

Tints of Cabaret #CB616F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.6%

 BLUE value IS 111 (43.75% from 255) = 27.01%

R = 49.39%
G = 23.6%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB616F (or 0xCB616F) is known color: Cabaret. HEX triplet: CB, 61 and 6F. RGB value is (203,97,111). Sum of RGB (Red+Green+Blue) = 203+97+111=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB616F is #349E90. Grayscale: #828282. Windows color (decimal): -3448465 or 7299531. OLE color: 7299531.

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

Color convert

RGB 203 97 111 -
CMYK 0 0.52 0.45 0.20
HSL 352.08º 0.5% 0.59% -
HSV(B) 352.08º 0.52% 0.8% -
XYZ 31.77 22.39 17.69 -
YUV 130.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 203 97 111 0 0.52 0.45 0.20 352.08 0.5 0.59
Hex CB 61 6F 0 34 2D 14 160 32 3B
Octal 313 141 157 0 64 55 24 540 62 73
Binary 11001011 1100001 1101111 0 110100 101101 10100 101100000 110010 111011

Color Harmonies of #CB616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB616F

Black with #CB616F

Text Example


Text Example

White with #CB616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB616F; }

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

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

background-color css

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

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

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

border-color css

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

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

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