Html Css Color HEX #CB696C Cabaret

📋 copy color: '#CB696C'

red 203 ◦ green 105 ◦ blue 108

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

Shades of Cabaret #CB696C

Tints of Cabaret #CB696C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.24%

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

R = 48.8%
G = 25.24%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB696C (or 0xCB696C) is known color: Cabaret. HEX triplet: CB, 69 and 6C. RGB value is (203,105,108). Sum of RGB (Red+Green+Blue) = 203+105+108=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB696C is #349693. Grayscale: #868686. Windows color (decimal): -3446420 or 7104971. OLE color: 7104971.

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

Color convert

RGB 203 105 108 -
CMYK 0 0.48 0.47 0.20
HSL 358.16º 0.49% 0.6% -
HSV(B) 358.16º 0.48% 0.8% -
XYZ 32.39 23.88 17.09 -
YUV 134.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 203 105 108 0 0.48 0.47 0.20 358.16 0.49 0.6
Hex CB 69 6C 0 30 2F 14 166 31 3C
Octal 313 151 154 0 60 57 24 546 61 74
Binary 11001011 1101001 1101100 0 110000 101111 10100 101100110 110001 111100

Color Harmonies of #CB696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB696C

Black with #CB696C

Text Example


Text Example

White with #CB696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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