Html Css Color HEX #CA4469 Cabaret

📋 copy color: '#CA4469'

red 202 ◦ green 68 ◦ blue 105

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

Shades of Cabaret #CA4469

Tints of Cabaret #CA4469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.13%

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

R = 53.87%
G = 18.13%
B = 28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA4469 (or 0xCA4469) is known color: Cabaret. HEX triplet: CA, 44 and 69. RGB value is (202,68,105). Sum of RGB (Red+Green+Blue) = 202+68+105=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4469 is #35BB96. Grayscale: #707070. Windows color (decimal): -3521431 or 6898890. OLE color: 6898890.

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

Color convert

RGB 202 68 105 -
CMYK 0 0.66 0.48 0.21
HSL 343.43º 0.56% 0.53% -
HSV(B) 343.43º 0.66% 0.79% -
XYZ 28.97 17.71 15.26 -
YUV 112.28 123.89 191.99 -
System Red Green Blue C M Y K H S L
Decimal 202 68 105 0 0.66 0.48 0.21 343.43 0.56 0.53
Hex CA 44 69 0 42 30 15 157 38 35
Octal 312 104 151 0 102 60 25 527 70 65
Binary 11001010 1000100 1101001 0 1000010 110000 10101 101010111 111000 110101

Color Harmonies of #CA4469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4469

Black with #CA4469

Text Example


Text Example

White with #CA4469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4469; }

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

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

background-color css

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

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

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

border-color css

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

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

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