Html Css Color HEX #CA686C Cabaret

📋 copy color: '#CA686C'

red 202 ◦ green 104 ◦ blue 108

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

Shades of Cabaret #CA686C

Tints of Cabaret #CA686C

RGB

 RED value IS 202 (79.3% from 255) = 48.79%

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

 BLUE value IS 108 (42.58% from 255) = 26.09%

R = 48.79%
G = 25.12%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA686C (or 0xCA686C) is known color: Cabaret. HEX triplet: CA, 68 and 6C. RGB value is (202,104,108). Sum of RGB (Red+Green+Blue) = 202+104+108=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA686C is #359793. Grayscale: #858585. Windows color (decimal): -3512212 or 7104714. OLE color: 7104714.

HSL color Cylindrical-coordinate representation of color #CA686C: hue angle of 357.55º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA686C is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 104 108 -
CMYK 0 0.49 0.47 0.21
HSL 357.55º 0.48% 0.6% -
HSV(B) 357.55º 0.49% 0.79% -
XYZ 32.01 23.54 17.04 -
YUV 133.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 202 104 108 0 0.49 0.47 0.21 357.55 0.48 0.6
Hex CA 68 6C 0 31 2F 15 166 30 3C
Octal 312 150 154 0 61 57 25 546 60 74
Binary 11001010 1101000 1101100 0 110001 101111 10101 101100110 110000 111100

Color Harmonies of #CA686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA686C

Black with #CA686C

Text Example


Text Example

White with #CA686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA686C; }

 p { color: rgb(202,104,108); }

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

background-color css

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

 a { background-color: rgb(202,104,108); }

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

border-color css

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

 span { border-color: rgb(202,104,108); }

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