Html Css Color HEX #CB6973 Cabaret

📋 copy color: '#CB6973'

red 203 ◦ green 105 ◦ blue 115

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

Shades of Cabaret #CB6973

Tints of Cabaret #CB6973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.19%

R = 47.99%
G = 24.82%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB6973 (or 0xCB6973) is known color: Cabaret. HEX triplet: CB, 69 and 73. RGB value is (203,105,115). Sum of RGB (Red+Green+Blue) = 203+105+115=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6973 is #34968C. Grayscale: #878787. Windows color (decimal): -3446413 or 7563723. OLE color: 7563723.

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

Color convert

RGB 203 105 115 -
CMYK 0 0.48 0.43 0.20
HSL 353.88º 0.49% 0.6% -
HSV(B) 353.88º 0.48% 0.8% -
XYZ 32.77 24.04 19.13 -
YUV 135.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 203 105 115 0 0.48 0.43 0.20 353.88 0.49 0.6
Hex CB 69 73 0 30 2B 14 162 31 3C
Octal 313 151 163 0 60 53 24 542 61 74
Binary 11001011 1101001 1110011 0 110000 101011 10100 101100010 110001 111100

Color Harmonies of #CB6973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6973

Black with #CB6973

Text Example


Text Example

White with #CB6973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6973; }

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

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

background-color css

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

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

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

border-color css

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

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

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