Html Css Color HEX #CB616C Cabaret

📋 copy color: '#CB616C'

red 203 ◦ green 97 ◦ blue 108

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

Shades of Cabaret #CB616C

Tints of Cabaret #CB616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.47%

R = 49.75%
G = 23.77%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB616C (or 0xCB616C) is known color: Cabaret. HEX triplet: CB, 61 and 6C. RGB value is (203,97,108). Sum of RGB (Red+Green+Blue) = 203+97+108=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB616C is #349E93. Grayscale: #828282. Windows color (decimal): -3448468 or 7102923. OLE color: 7102923.

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

Color convert

RGB 203 97 108 -
CMYK 0 0.52 0.47 0.20
HSL 353.77º 0.5% 0.59% -
HSV(B) 353.77º 0.52% 0.8% -
XYZ 31.61 22.33 16.83 -
YUV 129.95 115.62 180.11 -
System Red Green Blue C M Y K H S L
Decimal 203 97 108 0 0.52 0.47 0.20 353.77 0.5 0.59
Hex CB 61 6C 0 34 2F 14 162 32 3B
Octal 313 141 154 0 64 57 24 542 62 73
Binary 11001011 1100001 1101100 0 110100 101111 10100 101100010 110010 111011

Color Harmonies of #CB616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB616C

Black with #CB616C

Text Example


Text Example

White with #CB616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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