Html Css Color HEX #CA6672 Cabaret

📋 copy color: '#CA6672'

red 202 ◦ green 102 ◦ blue 114

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

Shades of Cabaret #CA6672

Tints of Cabaret #CA6672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.27%

R = 48.33%
G = 24.4%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA6672 (or 0xCA6672) is known color: Cabaret. HEX triplet: CA, 66 and 72. RGB value is (202,102,114). Sum of RGB (Red+Green+Blue) = 202+102+114=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6672 is #35998D. Grayscale: #858585. Windows color (decimal): -3512718 or 7497418. OLE color: 7497418.

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

Color convert

RGB 202 102 114 -
CMYK 0 0.50 0.44 0.21
HSL 352.8º 0.49% 0.6% -
HSV(B) 352.8º 0.5% 0.79% -
XYZ 32.15 23.27 18.72 -
YUV 133.27 117.13 177.02 -
System Red Green Blue C M Y K H S L
Decimal 202 102 114 0 0.50 0.44 0.21 352.8 0.49 0.6
Hex CA 66 72 0 32 2C 15 161 31 3C
Octal 312 146 162 0 62 54 25 541 61 74
Binary 11001010 1100110 1110010 0 110010 101100 10101 101100001 110001 111100

Color Harmonies of #CA6672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6672

Black with #CA6672

Text Example


Text Example

White with #CA6672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6672; }

 p { color: rgb(202,102,114); }

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

background-color css

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

 a { background-color: rgb(202,102,114); }

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

border-color css

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

 span { border-color: rgb(202,102,114); }

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