Html Css Color HEX #CB6175 Cabaret

📋 copy color: '#CB6175'

red 203 ◦ green 97 ◦ blue 117

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

Shades of Cabaret #CB6175

Tints of Cabaret #CB6175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.26%

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

R = 48.68%
G = 23.26%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB6175 (or 0xCB6175) is known color: Cabaret. HEX triplet: CB, 61 and 75. RGB value is (203,97,117). Sum of RGB (Red+Green+Blue) = 203+97+117=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6175 is #349E8A. Grayscale: #838383. Windows color (decimal): -3448459 or 7692747. OLE color: 7692747.

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

Color convert

RGB 203 97 117 -
CMYK 0 0.52 0.42 0.20
HSL 348.68º 0.5% 0.59% -
HSV(B) 348.68º 0.52% 0.8% -
XYZ 32.11 22.53 19.49 -
YUV 130.97 120.12 179.37 -
System Red Green Blue C M Y K H S L
Decimal 203 97 117 0 0.52 0.42 0.20 348.68 0.5 0.59
Hex CB 61 75 0 34 2A 14 15D 32 3B
Octal 313 141 165 0 64 52 24 535 62 73
Binary 11001011 1100001 1110101 0 110100 101010 10100 101011101 110010 111011

Color Harmonies of #CB6175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6175

Black with #CB6175

Text Example


Text Example

White with #CB6175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6175; }

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

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

background-color css

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

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

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

border-color css

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

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

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