Html Css Color HEX #CA4367 Cabaret

📋 copy color: '#CA4367'

red 202 ◦ green 67 ◦ blue 103

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

Shades of Cabaret #CA4367

Tints of Cabaret #CA4367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.69%

R = 54.3%
G = 18.01%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA4367 (or 0xCA4367) is known color: Cabaret. HEX triplet: CA, 43 and 67. RGB value is (202,67,103). Sum of RGB (Red+Green+Blue) = 202+67+103=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4367 is #35BC98. Grayscale: #6F6F6F. Windows color (decimal): -3521689 or 6767562. OLE color: 6767562.

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

Color convert

RGB 202 67 103 -
CMYK 0 0.67 0.49 0.21
HSL 344º 0.56% 0.53% -
HSV(B) 344º 0.67% 0.79% -
XYZ 28.81 17.55 14.7 -
YUV 111.47 123.23 192.57 -
System Red Green Blue C M Y K H S L
Decimal 202 67 103 0 0.67 0.49 0.21 344 0.56 0.53
Hex CA 43 67 0 43 31 15 158 38 35
Octal 312 103 147 0 103 61 25 530 70 65
Binary 11001010 1000011 1100111 0 1000011 110001 10101 101011000 111000 110101

Color Harmonies of #CA4367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4367

Black with #CA4367

Text Example


Text Example

White with #CA4367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4367; }

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

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

background-color css

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

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

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

border-color css

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

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

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