Html Css Color HEX #CB6874 Cabaret

📋 copy color: '#CB6874'

red 203 ◦ green 104 ◦ blue 116

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

Shades of Cabaret #CB6874

Tints of Cabaret #CB6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.59%

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

R = 47.99%
G = 24.59%
B = 27.42%

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

#CB6874 (or 0xCB6874) is known color: Cabaret. HEX triplet: CB, 68 and 74. RGB value is (203,104,116). Sum of RGB (Red+Green+Blue) = 203+104+116=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6874 is #34978B. Grayscale: #878787. Windows color (decimal): -3446668 or 7629003. OLE color: 7629003.

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

Color convert

RGB 203 104 116 -
CMYK 0 0.49 0.43 0.20
HSL 352.73º 0.49% 0.6% -
HSV(B) 352.73º 0.49% 0.8% -
XYZ 32.73 23.86 19.4 -
YUV 134.97 117.3 176.52 -
System Red Green Blue C M Y K H S L
Decimal 203 104 116 0 0.49 0.43 0.20 352.73 0.49 0.6
Hex CB 68 74 0 31 2B 14 161 31 3C
Octal 313 150 164 0 61 53 24 541 61 74
Binary 11001011 1101000 1110100 0 110001 101011 10100 101100001 110001 111100

Color Harmonies of #CB6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6874

Black with #CB6874

Text Example


Text Example

White with #CB6874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6874; }

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

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

background-color css

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

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

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

border-color css

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

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

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