Html Css Color HEX #CA6269 Cabaret

📋 copy color: '#CA6269'

red 202 ◦ green 98 ◦ blue 105

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

Shades of Cabaret #CA6269

Tints of Cabaret #CA6269

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.2%

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

R = 49.88%
G = 24.2%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA6269 (or 0xCA6269) is known color: Cabaret. HEX triplet: CA, 62 and 69. RGB value is (202,98,105). Sum of RGB (Red+Green+Blue) = 202+98+105=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6269 is #359D96. Grayscale: #818181. Windows color (decimal): -3513751 or 6906570. OLE color: 6906570.

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

Color convert

RGB 202 98 105 -
CMYK 0 0.51 0.48 0.21
HSL 355.96º 0.5% 0.59% -
HSV(B) 355.96º 0.51% 0.79% -
XYZ 31.27 22.31 16.02 -
YUV 129.89 113.96 179.43 -
System Red Green Blue C M Y K H S L
Decimal 202 98 105 0 0.51 0.48 0.21 355.96 0.5 0.59
Hex CA 62 69 0 33 30 15 164 32 3B
Octal 312 142 151 0 63 60 25 544 62 73
Binary 11001010 1100010 1101001 0 110011 110000 10101 101100100 110010 111011

Color Harmonies of #CA6269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6269

Black with #CA6269

Text Example


Text Example

White with #CA6269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6269; }

 p { color: rgb(202,98,105); }

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

background-color css

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

 a { background-color: rgb(202,98,105); }

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

border-color css

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

 span { border-color: rgb(202,98,105); }

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