Html Css Color HEX #CA656A Cabaret

📋 copy color: '#CA656A'

red 202 ◦ green 101 ◦ blue 106

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

Shades of Cabaret #CA656A

Tints of Cabaret #CA656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.69%

 BLUE value IS 106 (41.8% from 255) = 25.92%

R = 49.39%
G = 24.69%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA656A (or 0xCA656A) is known color: Cabaret. HEX triplet: CA, 65 and 6A. RGB value is (202,101,106). Sum of RGB (Red+Green+Blue) = 202+101+106=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA656A is #359A95. Grayscale: #838383. Windows color (decimal): -3512982 or 6972874. OLE color: 6972874.

HSL color Cylindrical-coordinate representation of color #CA656A: hue angle of 357.03º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA656A is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 101 106 -
CMYK 0 0.50 0.48 0.21
HSL 357.03º 0.49% 0.59% -
HSV(B) 357.03º 0.5% 0.79% -
XYZ 31.61 22.9 16.39 -
YUV 131.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 202 101 106 0 0.50 0.48 0.21 357.03 0.49 0.59
Hex CA 65 6A 0 32 30 15 165 31 3B
Octal 312 145 152 0 62 60 25 545 61 73
Binary 11001010 1100101 1101010 0 110010 110000 10101 101100101 110001 111011

Color Harmonies of #CA656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA656A

Black with #CA656A

Text Example


Text Example

White with #CA656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA656A; }

 p { color: rgb(202,101,106); }

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

background-color css

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

 a { background-color: rgb(202,101,106); }

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

border-color css

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

 span { border-color: rgb(202,101,106); }

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