Html Css Color HEX #CA5867 Cabaret

📋 copy color: '#CA5867'

red 202 ◦ green 88 ◦ blue 103

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

Shades of Cabaret #CA5867

Tints of Cabaret #CA5867

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.39%

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

R = 51.4%
G = 22.39%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA5867 (or 0xCA5867) is known color: Cabaret. HEX triplet: CA, 58 and 67. RGB value is (202,88,103). Sum of RGB (Red+Green+Blue) = 202+88+103=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5867 is #35A798. Grayscale: #7B7B7B. Windows color (decimal): -3516313 or 6772938. OLE color: 6772938.

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

Color convert

RGB 202 88 103 -
CMYK 0 0.56 0.49 0.21
HSL 352.11º 0.52% 0.57% -
HSV(B) 352.11º 0.56% 0.79% -
XYZ 30.3 20.52 15.2 -
YUV 123.8 116.27 183.78 -
System Red Green Blue C M Y K H S L
Decimal 202 88 103 0 0.56 0.49 0.21 352.11 0.52 0.57
Hex CA 58 67 0 38 31 15 160 34 39
Octal 312 130 147 0 70 61 25 540 64 71
Binary 11001010 1011000 1100111 0 111000 110001 10101 101100000 110100 111001

Color Harmonies of #CA5867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5867

Black with #CA5867

Text Example


Text Example

White with #CA5867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5867; }

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

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

background-color css

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

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

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

border-color css

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

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

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