Html Css Color HEX #CA676D Cabaret

📋 copy color: '#CA676D'

red 202 ◦ green 103 ◦ blue 109

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

Shades of Cabaret #CA676D

Tints of Cabaret #CA676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.88%

 BLUE value IS 109 (42.97% from 255) = 26.33%

R = 48.79%
G = 24.88%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA676D (or 0xCA676D) is known color: Cabaret. HEX triplet: CA, 67 and 6D. RGB value is (202,103,109). Sum of RGB (Red+Green+Blue) = 202+103+109=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA676D is #359892. Grayscale: #858585. Windows color (decimal): -3512467 or 7169994. OLE color: 7169994.

HSL color Cylindrical-coordinate representation of color #CA676D: hue angle of 356.36º 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 #CA676D is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 103 109 -
CMYK 0 0.49 0.46 0.21
HSL 356.36º 0.48% 0.6% -
HSV(B) 356.36º 0.49% 0.79% -
XYZ 31.97 23.36 17.29 -
YUV 133.29 114.3 177.01 -
System Red Green Blue C M Y K H S L
Decimal 202 103 109 0 0.49 0.46 0.21 356.36 0.48 0.6
Hex CA 67 6D 0 31 2E 15 164 30 3C
Octal 312 147 155 0 61 56 25 544 60 74
Binary 11001010 1100111 1101101 0 110001 101110 10101 101100100 110000 111100

Color Harmonies of #CA676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA676D

Black with #CA676D

Text Example


Text Example

White with #CA676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA676D; }

 p { color: rgb(202,103,109); }

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

background-color css

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

 a { background-color: rgb(202,103,109); }

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

border-color css

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

 span { border-color: rgb(202,103,109); }

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