Html Css Color HEX #CB6475 Cabaret

📋 copy color: '#CB6475'

red 203 ◦ green 100 ◦ blue 117

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

Shades of Cabaret #CB6475

Tints of Cabaret #CB6475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.81%

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 48.33%
G = 23.81%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB6475 (or 0xCB6475) is known color: Cabaret. HEX triplet: CB, 64 and 75. RGB value is (203,100,117). Sum of RGB (Red+Green+Blue) = 203+100+117=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6475 is #349B8A. Grayscale: #848484. Windows color (decimal): -3447691 or 7693515. OLE color: 7693515.

HSL color Cylindrical-coordinate representation of color #CB6475: hue angle of 350.1º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6475 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 100 117 -
CMYK 0 0.51 0.42 0.20
HSL 350.1º 0.5% 0.59% -
HSV(B) 350.1º 0.51% 0.8% -
XYZ 32.4 23.1 19.58 -
YUV 132.74 119.12 178.12 -
System Red Green Blue C M Y K H S L
Decimal 203 100 117 0 0.51 0.42 0.20 350.1 0.5 0.59
Hex CB 64 75 0 33 2A 14 15E 32 3B
Octal 313 144 165 0 63 52 24 536 62 73
Binary 11001011 1100100 1110101 0 110011 101010 10100 101011110 110010 111011

Color Harmonies of #CB6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6475

Black with #CB6475

Text Example


Text Example

White with #CB6475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6475; }

 p { color: rgb(203,100,117); }

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

background-color css

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

 a { background-color: rgb(203,100,117); }

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

border-color css

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

 span { border-color: rgb(203,100,117); }

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