Html Css Color HEX #CB6469 Cabaret

📋 copy color: '#CB6469'

red 203 ◦ green 100 ◦ blue 105

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

Shades of Cabaret #CB6469

Tints of Cabaret #CB6469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.51%

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

R = 49.75%
G = 24.51%
B = 25.74%

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

#CB6469 (or 0xCB6469) is known color: Cabaret. HEX triplet: CB, 64 and 69. RGB value is (203,100,105). Sum of RGB (Red+Green+Blue) = 203+100+105=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6469 is #349B96. Grayscale: #838383. Windows color (decimal): -3447703 or 6907083. OLE color: 6907083.

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

Color convert

RGB 203 100 105 -
CMYK 0 0.51 0.48 0.20
HSL 357.09º 0.5% 0.59% -
HSV(B) 357.09º 0.51% 0.8% -
XYZ 31.74 22.83 16.1 -
YUV 131.37 113.12 179.09 -
System Red Green Blue C M Y K H S L
Decimal 203 100 105 0 0.51 0.48 0.20 357.09 0.5 0.59
Hex CB 64 69 0 33 30 14 165 32 3B
Octal 313 144 151 0 63 60 24 545 62 73
Binary 11001011 1100100 1101001 0 110011 110000 10100 101100101 110010 111011

Color Harmonies of #CB6469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6469

Black with #CB6469

Text Example


Text Example

White with #CB6469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6469; }

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

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

background-color css

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

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

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

border-color css

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

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

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