Html Css Color HEX #CB6675 Cabaret

📋 copy color: '#CB6675'

red 203 ◦ green 102 ◦ blue 117

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

Shades of Cabaret #CB6675

Tints of Cabaret #CB6675

RGB

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

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

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

R = 48.1%
G = 24.17%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB6675 (or 0xCB6675) is known color: Cabaret. HEX triplet: CB, 66 and 75. RGB value is (203,102,117). Sum of RGB (Red+Green+Blue) = 203+102+117=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6675 is #34998A. Grayscale: #858585. Windows color (decimal): -3447179 or 7694027. OLE color: 7694027.

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

Color convert

RGB 203 102 117 -
CMYK 0 0.50 0.42 0.20
HSL 351.09º 0.49% 0.6% -
HSV(B) 351.09º 0.5% 0.8% -
XYZ 32.59 23.48 19.64 -
YUV 133.91 118.46 177.28 -
System Red Green Blue C M Y K H S L
Decimal 203 102 117 0 0.50 0.42 0.20 351.09 0.49 0.6
Hex CB 66 75 0 32 2A 14 15F 31 3C
Octal 313 146 165 0 62 52 24 537 61 74
Binary 11001011 1100110 1110101 0 110010 101010 10100 101011111 110001 111100

Color Harmonies of #CB6675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6675

Black with #CB6675

Text Example


Text Example

White with #CB6675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6675; }

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

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

background-color css

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

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

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

border-color css

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

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

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