Html Css Color HEX #CB6678 Cabaret

📋 copy color: '#CB6678'

red 203 ◦ green 102 ◦ blue 120

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

Shades of Cabaret #CB6678

Tints of Cabaret #CB6678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24%

 BLUE value IS 120 (47.27% from 255) = 28.24%

R = 47.76%
G = 24%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB6678 (or 0xCB6678) is known color: Cabaret. HEX triplet: CB, 66 and 78. RGB value is (203,102,120). Sum of RGB (Red+Green+Blue) = 203+102+120=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6678 is #349987. Grayscale: #868686. Windows color (decimal): -3447176 or 7890635. OLE color: 7890635.

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

Color convert

RGB 203 102 120 -
CMYK 0 0.50 0.41 0.20
HSL 349.31º 0.49% 0.6% -
HSV(B) 349.31º 0.5% 0.8% -
XYZ 32.77 23.56 20.59 -
YUV 134.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 203 102 120 0 0.50 0.41 0.20 349.31 0.49 0.6
Hex CB 66 78 0 32 29 14 15D 31 3C
Octal 313 146 170 0 62 51 24 535 61 74
Binary 11001011 1100110 1111000 0 110010 101001 10100 101011101 110001 111100

Color Harmonies of #CB6678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6678

Black with #CB6678

Text Example


Text Example

White with #CB6678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6678; }

 p { color: rgb(203,102,120); }

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

background-color css

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

 a { background-color: rgb(203,102,120); }

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

border-color css

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

 span { border-color: rgb(203,102,120); }

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