Html Css Color HEX #CB6774 Cabaret

📋 copy color: '#CB6774'

red 203 ◦ green 103 ◦ blue 116

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

Shades of Cabaret #CB6774

Tints of Cabaret #CB6774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.41%

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

R = 48.1%
G = 24.41%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB6774 (or 0xCB6774) is known color: Cabaret. HEX triplet: CB, 67 and 74. RGB value is (203,103,116). Sum of RGB (Red+Green+Blue) = 203+103+116=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6774 is #34988B. Grayscale: #868686. Windows color (decimal): -3446924 or 7628747. OLE color: 7628747.

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

Color convert

RGB 203 103 116 -
CMYK 0 0.49 0.43 0.20
HSL 352.2º 0.49% 0.6% -
HSV(B) 352.2º 0.49% 0.8% -
XYZ 32.63 23.66 19.37 -
YUV 134.38 117.63 176.94 -
System Red Green Blue C M Y K H S L
Decimal 203 103 116 0 0.49 0.43 0.20 352.2 0.49 0.6
Hex CB 67 74 0 31 2B 14 160 31 3C
Octal 313 147 164 0 61 53 24 540 61 74
Binary 11001011 1100111 1110100 0 110001 101011 10100 101100000 110001 111100

Color Harmonies of #CB6774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6774

Black with #CB6774

Text Example


Text Example

White with #CB6774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6774; }

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

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

background-color css

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

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

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

border-color css

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

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

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