Html Css Color HEX #CB6673 Cabaret

📋 copy color: '#CB6673'

red 203 ◦ green 102 ◦ blue 115

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

Shades of Cabaret #CB6673

Tints of Cabaret #CB6673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.29%

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

R = 48.33%
G = 24.29%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB6673 (or 0xCB6673) is known color: Cabaret. HEX triplet: CB, 66 and 73. RGB value is (203,102,115). Sum of RGB (Red+Green+Blue) = 203+102+115=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6673 is #34998C. Grayscale: #858585. Windows color (decimal): -3447181 or 7562955. OLE color: 7562955.

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

Color convert

RGB 203 102 115 -
CMYK 0 0.50 0.43 0.20
HSL 352.28º 0.49% 0.6% -
HSV(B) 352.28º 0.5% 0.8% -
XYZ 32.47 23.44 19.03 -
YUV 133.68 117.46 177.44 -
System Red Green Blue C M Y K H S L
Decimal 203 102 115 0 0.50 0.43 0.20 352.28 0.49 0.6
Hex CB 66 73 0 32 2B 14 160 31 3C
Octal 313 146 163 0 62 53 24 540 61 74
Binary 11001011 1100110 1110011 0 110010 101011 10100 101100000 110001 111100

Color Harmonies of #CB6673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6673

Black with #CB6673

Text Example


Text Example

White with #CB6673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6673; }

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

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

background-color css

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

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

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

border-color css

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

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

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