Html Css Color HEX #CA4375 Cabaret

📋 copy color: '#CA4375'

red 202 ◦ green 67 ◦ blue 117

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

Shades of Cabaret #CA4375

Tints of Cabaret #CA4375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.31%

R = 52.33%
G = 17.36%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA4375 (or 0xCA4375) is known color: Cabaret. HEX triplet: CA, 43 and 75. RGB value is (202,67,117). Sum of RGB (Red+Green+Blue) = 202+67+117=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4375 is #35BC8A. Grayscale: #717171. Windows color (decimal): -3521675 or 7685066. OLE color: 7685066.

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

Color convert

RGB 202 67 117 -
CMYK 0 0.67 0.42 0.21
HSL 337.78º 0.56% 0.53% -
HSV(B) 337.78º 0.67% 0.79% -
XYZ 29.58 17.86 18.72 -
YUV 113.07 130.23 191.43 -
System Red Green Blue C M Y K H S L
Decimal 202 67 117 0 0.67 0.42 0.21 337.78 0.56 0.53
Hex CA 43 75 0 43 2A 15 152 38 35
Octal 312 103 165 0 103 52 25 522 70 65
Binary 11001010 1000011 1110101 0 1000011 101010 10101 101010010 111000 110101

Color Harmonies of #CA4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4375

Black with #CA4375

Text Example


Text Example

White with #CA4375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4375; }

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

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

background-color css

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

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

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

border-color css

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

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

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