Html Css Color HEX #CB6174 Cabaret

📋 copy color: '#CB6174'

red 203 ◦ green 97 ◦ blue 116

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

Shades of Cabaret #CB6174

Tints of Cabaret #CB6174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.88%

R = 48.8%
G = 23.32%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB6174 (or 0xCB6174) is known color: Cabaret. HEX triplet: CB, 61 and 74. RGB value is (203,97,116). Sum of RGB (Red+Green+Blue) = 203+97+116=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6174 is #349E8B. Grayscale: #828282. Windows color (decimal): -3448460 or 7627211. OLE color: 7627211.

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

Color convert

RGB 203 97 116 -
CMYK 0 0.52 0.43 0.20
HSL 349.25º 0.5% 0.59% -
HSV(B) 349.25º 0.52% 0.8% -
XYZ 32.06 22.51 19.18 -
YUV 130.86 119.62 179.46 -
System Red Green Blue C M Y K H S L
Decimal 203 97 116 0 0.52 0.43 0.20 349.25 0.5 0.59
Hex CB 61 74 0 34 2B 14 15D 32 3B
Octal 313 141 164 0 64 53 24 535 62 73
Binary 11001011 1100001 1110100 0 110100 101011 10100 101011101 110010 111011

Color Harmonies of #CB6174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6174

Black with #CB6174

Text Example


Text Example

White with #CB6174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6174; }

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

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

background-color css

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

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

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

border-color css

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

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

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