Html Css Color HEX #CB696B Cabaret

📋 copy color: '#CB696B'

red 203 ◦ green 105 ◦ blue 107

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

Shades of Cabaret #CB696B

Tints of Cabaret #CB696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.78%

R = 48.92%
G = 25.3%
B = 25.78%

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

#CB696B (or 0xCB696B) is known color: Cabaret. HEX triplet: CB, 69 and 6B. RGB value is (203,105,107). Sum of RGB (Red+Green+Blue) = 203+105+107=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB696B is #349694. Grayscale: #868686. Windows color (decimal): -3446421 or 7039435. OLE color: 7039435.

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

Color convert

RGB 203 105 107 -
CMYK 0 0.48 0.47 0.20
HSL 358.78º 0.49% 0.6% -
HSV(B) 358.78º 0.48% 0.8% -
XYZ 32.33 23.86 16.81 -
YUV 134.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 203 105 107 0 0.48 0.47 0.20 358.78 0.49 0.6
Hex CB 69 6B 0 30 2F 14 167 31 3C
Octal 313 151 153 0 60 57 24 547 61 74
Binary 11001011 1101001 1101011 0 110000 101111 10100 101100111 110001 111100

Color Harmonies of #CB696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB696B

Black with #CB696B

Text Example


Text Example

White with #CB696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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