Html Css Color HEX #CB696D Cabaret

📋 copy color: '#CB696D'

red 203 ◦ green 105 ◦ blue 109

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

Shades of Cabaret #CB696D

Tints of Cabaret #CB696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.14%

R = 48.68%
G = 25.18%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB696D (or 0xCB696D) is known color: Cabaret. HEX triplet: CB, 69 and 6D. RGB value is (203,105,109). Sum of RGB (Red+Green+Blue) = 203+105+109=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB696D is #349692. Grayscale: #868686. Windows color (decimal): -3446419 or 7170507. OLE color: 7170507.

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

Color convert

RGB 203 105 109 -
CMYK 0 0.48 0.46 0.20
HSL 357.55º 0.49% 0.6% -
HSV(B) 357.55º 0.48% 0.8% -
XYZ 32.44 23.9 17.37 -
YUV 134.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 203 105 109 0 0.48 0.46 0.20 357.55 0.49 0.6
Hex CB 69 6D 0 30 2E 14 166 31 3C
Octal 313 151 155 0 60 56 24 546 61 74
Binary 11001011 1101001 1101101 0 110000 101110 10100 101100110 110001 111100

Color Harmonies of #CB696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB696D

Black with #CB696D

Text Example


Text Example

White with #CB696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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