Html Css Color HEX #CB6369 Cabaret

📋 copy color: '#CB6369'

red 203 ◦ green 99 ◦ blue 105

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

Shades of Cabaret #CB6369

Tints of Cabaret #CB6369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.32%

 BLUE value IS 105 (41.41% from 255) = 25.8%

R = 49.88%
G = 24.32%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB6369 (or 0xCB6369) is known color: Cabaret. HEX triplet: CB, 63 and 69. RGB value is (203,99,105). Sum of RGB (Red+Green+Blue) = 203+99+105=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6369 is #349C96. Grayscale: #828282. Windows color (decimal): -3447959 or 6906827. OLE color: 6906827.

HSL color Cylindrical-coordinate representation of color #CB6369: hue angle of 356.54º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6369 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 99 105 -
CMYK 0 0.51 0.48 0.20
HSL 356.54º 0.5% 0.59% -
HSV(B) 356.54º 0.51% 0.8% -
XYZ 31.64 22.64 16.07 -
YUV 130.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 203 99 105 0 0.51 0.48 0.20 356.54 0.5 0.59
Hex CB 63 69 0 33 30 14 165 32 3B
Octal 313 143 151 0 63 60 24 545 62 73
Binary 11001011 1100011 1101001 0 110011 110000 10100 101100101 110010 111011

Color Harmonies of #CB6369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6369

Black with #CB6369

Text Example


Text Example

White with #CB6369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6369; }

 p { color: rgb(203,99,105); }

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

background-color css

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

 a { background-color: rgb(203,99,105); }

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

border-color css

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

 span { border-color: rgb(203,99,105); }

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