Html Css Color HEX #CA4374 Cabaret

📋 copy color: '#CA4374'

red 202 ◦ green 67 ◦ blue 116

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

Shades of Cabaret #CA4374

Tints of Cabaret #CA4374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.4%

 BLUE value IS 116 (45.7% from 255) = 30.13%

R = 52.47%
G = 17.4%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA4374 (or 0xCA4374) is known color: Cabaret. HEX triplet: CA, 43 and 74. RGB value is (202,67,116). Sum of RGB (Red+Green+Blue) = 202+67+116=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4374 is #35BC8B. Grayscale: #707070. Windows color (decimal): -3521676 or 7619530. OLE color: 7619530.

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

Color convert

RGB 202 67 116 -
CMYK 0 0.67 0.43 0.21
HSL 338.22º 0.56% 0.53% -
HSV(B) 338.22º 0.67% 0.79% -
XYZ 29.52 17.83 18.41 -
YUV 112.95 129.73 191.52 -
System Red Green Blue C M Y K H S L
Decimal 202 67 116 0 0.67 0.43 0.21 338.22 0.56 0.53
Hex CA 43 74 0 43 2B 15 152 38 35
Octal 312 103 164 0 103 53 25 522 70 65
Binary 11001010 1000011 1110100 0 1000011 101011 10101 101010010 111000 110101

Color Harmonies of #CA4374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4374

Black with #CA4374

Text Example


Text Example

White with #CA4374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4374; }

 p { color: rgb(202,67,116); }

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

background-color css

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

 a { background-color: rgb(202,67,116); }

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

border-color css

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

 span { border-color: rgb(202,67,116); }

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